Lines Matching refs:resend
132 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()
582 if (resend) in icp_down_cppr()
626 bool resend; in kvmppc_h_ipi() local
677 resend = false; in kvmppc_h_ipi()
688 resend = new_state.need_resend; in kvmppc_h_ipi()
698 if (resend) in kvmppc_h_ipi()
1006 irq->resend, irq->masked_pending); in xics_debug_show()
1110 bool resend; in kvmppc_xics_set_icp() local
1162 resend = false; in kvmppc_xics_set_icp()
1165 resend = old_state.need_resend; in kvmppc_xics_set_icp()
1170 if (resend) in kvmppc_xics_set_icp()
1206 } else if (irqp->masked_pending || irqp->resend) in xics_get_source()
1263 irqp->resend = 0; in xics_set_source()