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

/linux-master/arch/powerpc/kvm/
H A Dmpic.c1029 int s_IRQ, n_IRQ; local
1081 s_IRQ = IRQ_get_next(opp, &dst->servicing);
1083 if (s_IRQ < 0) {
1089 IRQ_resetbit(&dst->servicing, s_IRQ);
1091 notify_eoi = s_IRQ;
1093 s_IRQ = IRQ_get_next(opp, &dst->servicing);
1098 (s_IRQ == -1 ||

Completed in 301 milliseconds