Home
last modified time | relevance | path

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

/linux-2.4.37.9/arch/ppc64/kernel/
Drtas.c73 struct rtas_args *rtas = PTRRELOC(&(get_paca()->xRtas)); in phys_call_rtas()
93 struct rtas_args *rtas = PTRRELOC(&(get_paca()->xRtas)); in phys_call_rtas_display_status()
107 struct rtas_args *rtas = &(get_paca()->xRtas); in call_rtas_display_status()
139 struct rtas_args *rtas_args = &(get_paca()->xRtas); in rtas_call()
/linux-2.4.37.9/include/asm-ppc64/
Dpaca.h130 struct rtas_args xRtas; /* Per processor RTAS struct */ member