Home
last modified time | relevance | path

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

/linux/arch/powerpc/kvm/
H A Dbook3s_xics.c289 old.need_resend, old.out_ee); in icp_try_update()
292 new.need_resend, new.out_ee); in icp_try_update()
323 /* Order this load with the test for need_resend in the caller */ in icp_check_resend()
365 * If we failed to deliver we set need_resend in icp_try_to_deliver()
369 new_state.need_resend = true; in icp_try_to_deliver()
453 * Try the delivery, this will set the need_resend flag in icp_deliver_irq()
494 * If the need_resend flag got cleared in the ICP some time in icp_deliver_irq()
500 if (!icp->state.need_resend) { in icp_deliver_irq()
572 resend = new_state.need_resend; in icp_down_cppr()
573 new_state.need_resend in icp_down_cppr()
[all...]
H A Dbook3s_xics.h55 u8 need_resend:1; member