Home
last modified time | relevance | path

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

/arch/powerpc/kvm/
Dbook3s_hv_rm_xics.c123 bool resend; in icp_rm_down_cppr() local
176 resend = new_state.need_resend; in icp_rm_down_cppr()
186 if (resend) in icp_rm_down_cppr()
236 bool resend; in kvmppc_rm_h_ipi() local
270 resend = false; in kvmppc_rm_h_ipi()
280 resend = new_state.need_resend; in kvmppc_rm_h_ipi()
292 if (resend) in kvmppc_rm_h_ipi()
Dbook3s_xics.c117 if (!state->resend) in ics_check_resend()
143 if ((state->masked_pending || state->resend) && priority != MASKED) { in write_xive()
175 state->masked_pending, state->resend); in kvmppc_xics_set_xive()
407 state->resend = 0; in icp_deliver_irq()
461 state->resend = 1; in icp_deliver_irq()
483 bool resend; in icp_down_cppr() local
538 resend = new_state.need_resend; in icp_down_cppr()
548 if (resend) in icp_down_cppr()
593 bool resend; in kvmppc_h_ipi() local
629 resend = false; in kvmppc_h_ipi()
[all …]
Dbook3s_xics.h40 u8 resend; member