Searched refs:reject (Results 1 - 3 of 3) sorted by relevance

/arch/powerpc/kvm/
H A Dbook3s_hv_rm_xics.c144 * the case of an MFRR causing a reject of a pending irq,
235 u32 reject; local
255 * reject.
258 * an interrupt, and thus need to possibly reject it as in
269 reject = 0;
274 reject = new_state.xisr;
286 if (reject && reject != XICS_IPI) {
288 this_icp->rm_reject = reject;
303 u32 reject; local
[all...]
H A Dbook3s_xics.c321 u32 *reject)
332 *reject = 0;
344 *reject = new_state.xisr;
366 u32 reject; local
377 * So we need to retry the delivery. Essentially the reject path
446 if (icp_try_to_deliver(icp, new_irq, state->priority, &reject)) {
448 * Delivery was successful, did we reject somebody else ?
450 if (reject && reject != XICS_IPI) {
452 new_irq = reject;
320 icp_try_to_deliver(struct kvmppc_icp *icp, u32 irq, u8 priority, u32 *reject) argument
592 u32 reject; local
677 u32 reject; local
[all...]
/arch/arm/kernel/
H A Dprobes.c288 goto reject;
294 goto reject;
300 goto reject;
307 goto reject;
318 goto reject;
332 reject:

Completed in 43 milliseconds