Home
last modified time | relevance | path

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

/linux-4.1.27/arch/powerpc/kvm/
Dmpic.c1030 int s_IRQ, n_IRQ; in openpic_cpu_write_internal() local
1082 s_IRQ = IRQ_get_next(opp, &dst->servicing); in openpic_cpu_write_internal()
1084 if (s_IRQ < 0) { in openpic_cpu_write_internal()
1090 IRQ_resetbit(&dst->servicing, s_IRQ); in openpic_cpu_write_internal()
1092 notify_eoi = s_IRQ; in openpic_cpu_write_internal()
1094 s_IRQ = IRQ_get_next(opp, &dst->servicing); in openpic_cpu_write_internal()
1099 (s_IRQ == -1 || in openpic_cpu_write_internal()