Home
last modified time | relevance | path

Searched refs:C_AFSR_FRC (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/sun4u/sys/
H A Dus3_module.h51 C_AFSR_FRC)
57 C_AFSR_CE | C_AFSR_RCE | C_AFSR_WBP | C_AFSR_FRC | \
64 C_AFSR_CE | C_AFSR_RCE | C_AFSR_WBP | C_AFSR_FRC | \
130 #define C_AFSR_MEMORY (C_AFSR_UE | C_AFSR_CE | C_AFSR_FRC | C_AFSR_FRU |\
140 C_AFSR_FRC | C_AFSR_FRU)
H A Dcheetahregs.h338 #define C_AFSR_FRC INT64_C(0x0000000010000000) /* foregin mem CE error */ macro
1203 ~(C_AFSR_CE | C_AFSR_FRC | C_AFSR_RCE | C_AFSR_EMC))
/illumos-gate/usr/src/uts/sun4u/cpu/
H A Dus3_jalapeno.c543 C_AFSR_FRC, "FRC ", ECC_C_TRAP, CPU_FRC,
588 C_AFSR_CPC | C_AFSR_FRC,
649 C_AFSR_FRC,
665 C_AFSR_CE | C_AFSR_FRC | C_AFSR_EDC | C_AFSR_WDC | C_AFSR_UCC |
H A Dus3_common.c5059 if (eccp->ec_afsr_bit & (C_AFSR_FRC | C_AFSR_FRU)) { in cpu_queue_events()
5093 if (eccp->ec_afsr_bit & (C_AFSR_FRC | C_AFSR_FRU)) { in cpu_queue_events()
5298 if (afsr_bit & (C_AFSR_FRC | C_AFSR_FRU)) in afsr_to_afar_status()