Home
last modified time | relevance | path

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

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