Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/sun4/sys/
H A Dasync.h155 #define ECC_I_TRAP 0x0002 /* Trap 0x0A Instr Access Error */ macro
/illumos-gate/usr/src/uts/sun4u/sys/
H A Dus3_module.h450 #define ECC_ALL_TRAPS (ECC_D_TRAP | ECC_I_TRAP | ECC_C_TRAP | ECC_F_TRAP)
451 #define ECC_ORPH_TRAPS (ECC_D_TRAP | ECC_I_TRAP | ECC_C_TRAP)
452 #define ECC_ASYNC_TRAPS (ECC_D_TRAP | ECC_I_TRAP)
/illumos-gate/usr/src/uts/sun4u/cpu/
H A Dspitfire.c1319 aflt->flt_status = ECC_I_TRAP; in cpu_async_error()
2179 else if (panic_aflt.flt_status & ECC_I_TRAP) in cpu_async_log_err()
2370 else if (aflt->flt_status & ECC_I_TRAP) in cpu_check_allcpus()
3236 else if (aflt->flt_status & ECC_I_TRAP) in cpu_aflt_log()
H A Dus3_common.c1827 aflt->flt_status = ((ttype == T_DATA_ERROR) ? ECC_D_TRAP : ECC_I_TRAP); in cpu_deferred_error()
5123 if (aflt->flt_status & ECC_I_TRAP) in flt_to_trap_type()