Home
last modified time | relevance | path

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

/arch/powerpc/kvm/
Dbook3s_xics.c292 old.need_resend, old.out_ee); in icp_try_update()
295 new.need_resend, new.out_ee); in icp_try_update()
372 new_state.need_resend = true; in icp_try_to_deliver()
503 if (!icp->state.need_resend) { in icp_deliver_irq()
575 resend = new_state.need_resend; in icp_down_cppr()
576 new_state.need_resend = 0; in icp_down_cppr()
692 resend = new_state.need_resend; in kvmppc_h_ipi()
693 new_state.need_resend = 0; in kvmppc_h_ipi()
980 state.out_ee, state.need_resend); in xics_debug_show()
1188 new_state.need_resend = old_state.need_resend; in kvmppc_xics_set_icp()
[all …]
Dbook3s_hv_rm_xics.c273 new_state.need_resend = true; in icp_rm_try_to_deliver()
402 if (!icp->state.need_resend) { in icp_rm_deliver_irq()
470 resend = new_state.need_resend; in icp_rm_down_cppr()
471 new_state.need_resend = 0; in icp_rm_down_cppr()
592 resend = new_state.need_resend; in xics_rm_h_ipi()
593 new_state.need_resend = 0; in xics_rm_h_ipi()
Dbook3s_xics.h58 u8 need_resend:1; member