Home
last modified time | relevance | path

Searched refs:ECC_PERSISTENT (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/sun4/sys/
H A Dasync.h159 #define ECC_PERSISTENT 0x0020 /* Persistent ECC Error */ macro
/illumos-gate/usr/src/uts/sun4u/cpu/
H A Dspitfire.c955 if (aflt->flt_status & ECC_PERSISTENT) in flt_to_error_type()
981 else if (status & ECC_PERSISTENT) in cpu_ce_log_status()
1055 status = ECC_PERSISTENT; in cpu_ce_scrub_mem_err()
1063 ecc->flt_status &= ~(ECC_INTERMITTENT | ECC_PERSISTENT | ECC_STICKY); in cpu_ce_scrub_mem_err()
4321 (status & (ECC_STICKY | ECC_PERSISTENT | ECC_INTERMITTENT)) == 0) in ce_count_unum()
4353 } else if (status & ECC_PERSISTENT) { in ce_count_unum()
4382 } else if (status & ECC_PERSISTENT) { in ce_count_unum()
H A Dus3_common.c2955 ecc->flt_status &= ~(ECC_INTERMITTENT | ECC_PERSISTENT | ECC_STICKY); in cpu_ce_scrub_mem_err()