Searched refs:ECC_I_TRAP (Results 1 – 4 of 4) sorted by relevance
155 #define ECC_I_TRAP 0x0002 /* Trap 0x0A Instr Access Error */ macro
450 #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)
1319 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()
1826 aflt->flt_status = ((ttype == T_DATA_ERROR) ? ECC_D_TRAP : ECC_I_TRAP); in cpu_deferred_error()5122 if (aflt->flt_status & ECC_I_TRAP) in flt_to_trap_type()