Lines Matching refs:toxic
957 int toxic; in page_retire_pp_finish() local
963 toxic = pp->p_toxic; in page_retire_pp_finish()
971 if (toxic & PR_UE) { in page_retire_pp_finish()
982 } else if (toxic & PR_FMA) { in page_retire_pp_finish()
987 } else if (toxic & PR_MCE) { in page_retire_pp_finish()
1002 if (toxic & PR_UE_SCRUBBED) { in page_retire_pp_finish()
1009 panic("bad toxic flags 0x%x in page_retire_pp_finish\n", toxic); in page_retire_pp_finish()
1218 uint64_t toxic = (uint64_t)(pp->p_toxic & PR_ERRMASK); in page_retire_check_pp() local
1219 if (toxic & PR_UE_SCRUBBED) { in page_retire_check_pp()
1220 toxic &= ~PR_UE_SCRUBBED; in page_retire_check_pp()
1221 toxic |= PR_UE; in page_retire_check_pp()
1223 *errors = toxic; in page_retire_check_pp()