Lines Matching refs:saved_p
431 * Clear saved_p to indicate that it's no longer occupying
434 xd->saved_p = false;
461 xd->saved_p = true;
463 } else if (xd->saved_p) {
465 xd->saved_p = false;
609 xd->saved_p = false;
886 xd->saved_p = !!(pq & XIVE_ESB_VAL_P);
887 xd->stale_p = !xd->saved_p;
896 WARN_ON(xd->saved_p);
913 * This saved_p is cleared by the host EOI, when we know
916 if (xd->saved_p) {
963 * Then if saved_p is not set, effectively re-enable the
971 * saved_p business properly. If the interrupt triggers
974 if (!xd->saved_p)
1000 (xd->saved_p || (!!(pq & XIVE_ESB_VAL_P) &&
1447 * Clear saved_p to indicate that it's no longer pending
1449 xd->saved_p = false;