Searched defs:PR_FMA (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/vm/
H A Dpage.h989 * Pages with PR_UE or PR_FMA flags are retired unconditionally, while pages
1008 #define PR_FMA 0x08 /* A DE wants this page retired */ macro
1014 #define PR_REASONS (PR_UE | PR_MCE | PR_FMA)
1016 #define PR_ERRMASK (PR_UE | PR_UE_SCRUBBED | PR_MCE | PR_FMA)
1023 ((((pp)->p_toxic & (PR_RETIRED | PR_FMA | PR_UE)) == PR_FMA) && \

Completed in 153 milliseconds