Home
last modified time | relevance | path

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

/linux/arch/powerpc/sysdev/xics/
H A Dics-rtas.c21 static int ibm_get_xive; variable
111 status = rtas_call(ibm_get_xive, 1, 3, xics_status, hw_irq); in ics_rtas_set_affinity()
161 rc = rtas_call(ibm_get_xive, 1, 3, status, hw_irq); in ics_rtas_check()
177 rc = rtas_call(ibm_get_xive, 1, 3, status, vec); in ics_rtas_get_server()
203 ibm_get_xive = rtas_function_token(RTAS_FN_IBM_GET_XIVE); in ics_rtas_init()
211 if (ibm_get_xive == RTAS_UNKNOWN_SERVICE || in ics_rtas_init()