Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/sun4v/sys/
H A Dniagararegs.h216 #define NI_L2AFSR_P10 (NI_L2AFSR_P09 | NI_L2AFSR_LDWC) macro
217 #define NI_L2AFSR_P11 (NI_L2AFSR_P10 | NI_L2AFSR_LDRC)
/titanic_44/usr/src/cmd/fm/modules/sun4v/cpumem-diagnosis/
H A Dcmd_cpu_arch.c354 ((afsr & NI_L2AFSR_P10) == 0) ? in cmd_afsr_check()
H A Dcmd_memerr_arch.c259 afar_status = ((l2_afsr & NI_L2AFSR_P10) == 0) ? in xe_common()