Home
last modified time | relevance | path

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

/Linux-v5.15/arch/powerpc/kernel/
Dprom_init.c1802 static struct rtas_args __prombss os_term_args; variable
1822 os_term_args.token = cpu_to_be32(token); in prom_rtas_os_term()
1823 os_term_args.nargs = cpu_to_be32(1); in prom_rtas_os_term()
1824 os_term_args.nret = cpu_to_be32(1); in prom_rtas_os_term()
1825 os_term_args.args[0] = cpu_to_be32(__pa(str)); in prom_rtas_os_term()
1826 prom_rtas_hcall((uint64_t)&os_term_args); in prom_rtas_os_term()