Home
last modified time | relevance | path

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

/arch/powerpc/kvm/
Dbook3s_xics.c290 old.need_resend, old.out_ee); in icp_try_update()
293 new.need_resend, new.out_ee); in icp_try_update()
370 new_state.need_resend = true; in icp_try_to_deliver()
490 if (!icp->state.need_resend) { in icp_deliver_irq()
560 resend = new_state.need_resend; in icp_down_cppr()
561 new_state.need_resend = 0; in icp_down_cppr()
677 resend = new_state.need_resend; in kvmppc_h_ipi()
678 new_state.need_resend = 0; in kvmppc_h_ipi()
951 state.out_ee, state.need_resend); in xics_debug_show()
1160 new_state.need_resend = old_state.need_resend; in kvmppc_xics_set_icp()
[all …]
Dbook3s_hv_rm_xics.c280 new_state.need_resend = true; in icp_rm_try_to_deliver()
398 if (!icp->state.need_resend) { in icp_rm_deliver_irq()
464 resend = new_state.need_resend; in icp_rm_down_cppr()
465 new_state.need_resend = 0; in icp_rm_down_cppr()
586 resend = new_state.need_resend; in kvmppc_rm_h_ipi()
587 new_state.need_resend = 0; in kvmppc_rm_h_ipi()
Dbook3s_xics.h54 u8 need_resend:1; member