Lines Matching refs:saved_p
457 * Clear saved_p to indicate that it's no longer occupying
460 xd->saved_p = false;
487 xd->saved_p = true;
489 } else if (xd->saved_p) {
491 xd->saved_p = false;
635 xd->saved_p = false;
855 xd->saved_p = !!(pq & XIVE_ESB_VAL_P);
856 xd->stale_p = !xd->saved_p;
865 WARN_ON(xd->saved_p);
882 * This saved_p is cleared by the host EOI, when we know
885 if (xd->saved_p) {
932 * Then if saved_p is not set, effectively re-enable the
940 * saved_p business properly. If the interrupt triggers
943 if (!xd->saved_p)
969 (xd->saved_p || (!!(pq & XIVE_ESB_VAL_P) &&
1378 xd->saved_p ? "saved" : "");
1587 * Clear saved_p to indicate that it's no longer pending
1589 xd->saved_p = false;