Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/sun4u/sys/
H A Dus3_module.h111 #define C_AFSR_ALL_ME_ERRS (C_AFSR_ISAP | C_AFSR_UE | C_AFSR_UCU | \ macro
121 #define C_AFSR_ALL_ME_ERRS (C_AFSR_ISAP | C_AFSR_UE | C_AFSR_UCU | \
173 #define C_AFSR_ALL_ME_ERRS (C_AFSR_TUE_SH | C_AFSR_IMU | C_AFSR_DTO | \
230 #define C_AFSR_ALL_ME_ERRS (C_AFSR_ISAP | C_AFSR_UE | C_AFSR_IVU | \
/illumos-gate/usr/src/uts/sun4u/cpu/
H A Dus3_common.c5038 t_afsr_errs = (orig_t_afsr_errs & C_AFSR_ALL_ME_ERRS); in cpu_queue_events()