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

/linux-master/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);
161 rc = rtas_call(ibm_get_xive, 1, 3, status, hw_irq);
177 rc = rtas_call(ibm_get_xive, 1, 3, status, vec);
203 ibm_get_xive = rtas_function_token(RTAS_FN_IBM_GET_XIVE);
211 if (ibm_get_xive == RTAS_UNKNOWN_SERVICE ||

Completed in 207 milliseconds