Home
last modified time | relevance | path

Searched refs:os_term_args (Results 1 – 1 of 1) sorted by relevance

/linux-6.15/arch/powerpc/kernel/
H A Dprom_init.c1806 static struct rtas_args __prombss os_term_args; variable
1826 os_term_args.token = cpu_to_be32(token); in prom_rtas_os_term()
1827 os_term_args.nargs = cpu_to_be32(1); in prom_rtas_os_term()
1828 os_term_args.nret = cpu_to_be32(1); in prom_rtas_os_term()
1829 os_term_args.args[0] = cpu_to_be32(__pa(str)); in prom_rtas_os_term()
1830 prom_rtas_hcall((uint64_t)&os_term_args); in prom_rtas_os_term()