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

/linux-master/arch/powerpc/sysdev/xics/
H A Dics-rtas.c22 static int ibm_set_xive; variable
39 call_status = rtas_call(ibm_set_xive, 3, 1, NULL, hw_irq, server,
43 "%s: ibm_set_xive irq %u server %x returned %d\n",
79 call_status = rtas_call(ibm_set_xive, 3, 1, NULL, hw_irq,
82 printk(KERN_ERR "%s: ibm_set_xive(0xff) irq=%u returned %d\n",
129 status = rtas_call(ibm_set_xive, 3, 1, NULL,
204 ibm_set_xive = rtas_function_token(RTAS_FN_IBM_SET_XIVE);
212 ibm_set_xive == RTAS_UNKNOWN_SERVICE)

Completed in 73 milliseconds