Home
last modified time | relevance | path

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

/linux-4.4.14/arch/powerpc/sysdev/xics/
Dics-rtas.c21 static int ibm_get_xive; variable
133 status = rtas_call(ibm_get_xive, 1, 3, xics_status, hw_irq); in ics_rtas_set_affinity()
179 rc = rtas_call(ibm_get_xive, 1, 3, status, hw_irq); in ics_rtas_map()
198 rc = rtas_call(ibm_get_xive, 1, 3, status, vec); in ics_rtas_get_server()
215 ibm_get_xive = rtas_token("ibm,get-xive"); in ics_rtas_init()
223 if (ibm_get_xive == RTAS_UNKNOWN_SERVICE || in ics_rtas_init()