Home
last modified time | relevance | path

Searched refs:p_toxic (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/vm/
H A Dpage_retire.c370 if (pp->p_toxic & PR_UE) \
372 if (pp->p_toxic & PR_MCE) \
466 atomic_or_8(&pp->p_toxic, bits); in page_settoxic()
480 atomic_and_8(&pp->p_toxic, ~bits); in page_clrtoxic()
554 if (pp->p_toxic & PR_FMA) { in page_retire_destroy()
556 } else if (pp->p_toxic & PR_UE) { in page_retire_destroy()
700 if (pp->p_toxic & PR_UE_SCRUBBED) { in page_retire_transient_ue()
963 toxic = pp->p_toxic; in page_retire_pp_finish()
1088 if (pp->p_toxic & PR_MSG) { in page_retire()
1133 if (pp->p_toxic & PR_FMA) { in page_unretire_pp()
[all …]
H A Dpage.h526 uchar_t p_toxic; /* page has an unrecoverable error */ member
1021 #define PP_RETIRED(pp) ((pp)->p_toxic & PR_RETIRED)
1022 #define PP_TOXIC(pp) ((pp)->p_toxic & PR_TOXIC)
1023 #define PP_PR_REQ(pp) (((pp)->p_toxic & PR_REASONS) && !PP_RETIRED(pp))
1025 ((((pp)->p_toxic & (PR_RETIRED | PR_FMA | PR_UE)) == PR_FMA) && \
H A Dpage_lock.c677 if ((pp->p_toxic & PR_CAPTURE) && in page_unlock()
H A Dvm_page.c6471 if (!(pp->p_toxic & PR_CAPTURE)) { in page_capture_add_hash()
6598 if (pp->p_toxic & PR_UE) { in page_capture_clean_page()
6898 if (!(pp->p_toxic & PR_CAPTURE)) { in page_capture_take_action()
/illumos-gate/usr/src/uts/common/os/
H A Ddumpsubr.c868 pp->p_toxic != 0) in dump_pfn_check()