Home
last modified time | relevance | path

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

/arch/powerpc/kvm/
Dbook3s_hv_rm_xics.c45 if (state->resend) in ics_rm_check_resend()
331 if (!state->resend) in icp_rm_deliver_irq()
335 state->resend = 0; in icp_rm_deliver_irq()
389 state->resend = 1; in icp_rm_deliver_irq()
406 state->resend = 0; in icp_rm_deliver_irq()
420 bool resend; in icp_rm_down_cppr() local
473 resend = new_state.need_resend; in icp_rm_down_cppr()
483 if (resend) { in icp_rm_down_cppr()
535 bool resend; in xics_rm_h_ipi() local
584 resend = false; in xics_rm_h_ipi()
[all …]
Dbook3s_xics.c132 if (state->resend) { in ics_check_resend()
154 if ((state->masked_pending || state->resend) && priority != MASKED) { in write_xive()
156 state->resend = 0; in write_xive()
188 state->masked_pending, state->resend); in kvmppc_xics_set_xive()
425 if (!state->resend) in icp_deliver_irq()
429 state->resend = 0; in icp_deliver_irq()
484 state->resend = 1; in icp_deliver_irq()
501 state->resend = 0; in icp_deliver_irq()
517 bool resend; in icp_down_cppr() local
572 resend = new_state.need_resend; in icp_down_cppr()
[all …]
Dbook3s_xics.h42 u8 resend; member