Searched refs:os_term_args (Results 1 – 1 of 1) sorted by relevance
1798 static struct rtas_args __prombss os_term_args; variable1818 os_term_args.token = cpu_to_be32(token); in prom_rtas_os_term()1819 os_term_args.nargs = cpu_to_be32(1); in prom_rtas_os_term()1820 os_term_args.nret = cpu_to_be32(1); in prom_rtas_os_term()1821 os_term_args.args[0] = cpu_to_be32(__pa(str)); in prom_rtas_os_term()1822 prom_rtas_hcall((uint64_t)&os_term_args); in prom_rtas_os_term()