Searched refs:PR_UE (Results 1 – 10 of 10) sorted by relevance
/titanic_41/usr/src/uts/common/vm/ |
H A D | page_retire.c | 368 if (pp->p_toxic & PR_UE) \ 554 } else if (pp->p_toxic & PR_UE) { in page_retire_destroy() 715 page_clrtoxic(pp, PR_UE | PR_MCE | PR_MSG); in page_retire_transient_ue() 970 if (toxic & PR_UE) { in page_retire_pp_finish() 1052 if ((reason & PR_UE) && !PP_TOXIC(pp)) { in page_retire() 1064 if ((reason & (PR_FMA | PR_MCE)) && !(reason & PR_UE) && in page_retire() 1134 } else if (pp->p_toxic & PR_UE) { in page_unretire_pp() 1220 toxic |= PR_UE; in page_retire_check_pp()
|
H A D | page.h | 1006 #define PR_UE 0x02 /* page has an unhandled UE */ macro 1014 #define PR_REASONS (PR_UE | PR_MCE | PR_FMA) 1015 #define PR_TOXIC (PR_UE) 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) && \
|
H A D | vm_page.c | 6561 if (pp->p_toxic & PR_UE) { in page_capture_clean_page()
|
/titanic_41/usr/src/uts/sun4v/os/ |
H A D | error.c | 377 errh_page_retire(&errh_flt, PR_UE); in process_nonresumable_error() 519 errh_page_retire(errh_fltp, PR_UE); in cpu_async_log_err() 531 errh_page_retire(errh_fltp, PR_UE); in cpu_async_log_err()
|
/titanic_41/usr/src/uts/sun4u/opl/io/ |
H A D | mc-opl.c | 1793 mc_aflt->mflt_pr = PR_UE; in mc_process_error_mir() 1816 mc_aflt->mflt_pr = PR_UE; in mc_process_error_mir() 1855 mc_aflt->mflt_pr = PR_UE; in mc_process_error_mir() 1999 mc_aflt->mflt_pr = PR_UE; in mc_process_error() 2020 mc_aflt->mflt_pr = PR_UE; in mc_process_error()
|
/titanic_41/usr/src/uts/sun4u/io/pci/ |
H A D | pci_ecc.c | 592 (void) page_retire(ecc->flt_addr, PR_UE); in ecc_err_drain()
|
/titanic_41/usr/src/uts/common/io/ |
H A D | mem.c | 558 return (page_retire(pa, PR_UE)); in mmioctl_page_retire()
|
/titanic_41/usr/src/uts/sun4u/cpu/ |
H A D | spitfire.c | 2302 (void) page_retire(aflt->flt_addr, PR_UE); in cpu_async_log_err() 4071 (void) page_retire(paddr, PR_UE); in ecache_page_retire()
|
H A D | opl_olympus.c | 1135 (void) page_retire(aflt->flt_addr, PR_UE);
|
H A D | us3_common.c | 2571 (void) page_retire(aflt->flt_addr, PR_UE); in cpu_page_retire()
|