Searched refs:os_term_args (Results 1 – 1 of 1) sorted by relevance
1771 static struct rtas_args __prombss os_term_args; variable1791 os_term_args.token = cpu_to_be32(token); in prom_rtas_os_term()1792 os_term_args.nargs = cpu_to_be32(1); in prom_rtas_os_term()1793 os_term_args.nret = cpu_to_be32(1); in prom_rtas_os_term()1794 os_term_args.args[0] = cpu_to_be32(__pa(str)); in prom_rtas_os_term()1795 prom_rtas_hcall((uint64_t)&os_term_args); in prom_rtas_os_term()