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

/linux-master/arch/powerpc/include/asm/
H A Dxive.h55 * stale_p means that there is no queue entry for this interrupt
59 bool stale_p; member in struct:xive_irq_data
/linux-master/arch/powerpc/sysdev/xive/
H A Dcommon.c405 xd->stale_p = false;
454 xd->stale_p = true;
486 if (!xd->stale_p && !!(val & XIVE_ESB_VAL_P))
488 xd->stale_p = false;
494 xd->stale_p = false;
636 xd->stale_p = false;
854 if (!xd->stale_p) {
856 xd->stale_p = !xd->saved_p;
968 *state = (pq != XIVE_ESB_INVALID) && !xd->stale_p &&
1377 seq_printf(m, "%*sPstate: %s %s\n", ind, "", xd->stale_p
[all...]
/linux-master/arch/powerpc/kvm/
H A Dbook3s_xive.c860 /* This orders xive_esc_on = false vs. subsequent stale_p = true */
1782 * that EOI doesn't re-enable it, but just sets the stale_p flag to
1785 * stale_p (because it has no easy way to address it). Hence we have
1786 * to adjust stale_p before shutting down the interrupt.
1795 * (i.e. stale_p set if xive_esc_on is false) even if
1798 xd->stale_p = false;
1801 xd->stale_p = true;

Completed in 121 milliseconds