Home
last modified time | relevance | path

Searched refs:NI_L2AFSR_P02 (Results 1 – 2 of 2) sorted by relevance

/titanic_44/usr/src/uts/sun4v/sys/
H A Dniagararegs.h208 #define NI_L2AFSR_P02 (NI_L2AFSR_P01 | NI_L2AFSR_LRU) macro
209 #define NI_L2AFSR_P03 (NI_L2AFSR_P02 | NI_L2AFSR_LDAU | NI_L2AFSR_LDSU)
/titanic_44/usr/src/cmd/fm/modules/sun4v/cpumem-diagnosis/
H A Dcmd_cpu_arch.c328 ((afsr & NI_L2AFSR_P02) == 0) ? in cmd_afsr_check()