Searched refs:EXC_ISI (Results 1 - 6 of 6) sorted by relevance

/freebsd-current/sys/powerpc/include/
H A Dtrap.h44 #define EXC_ISI 0x0400 /* Instruction Storage Interrupt */ macro
/freebsd-current/sys/cddl/dev/dtrace/powerpc/
H A Ddtrace_subr.c304 case EXC_ISI:
/freebsd-current/sys/powerpc/powerpc/
H A Dtrap.c122 { EXC_ISI, "instruction storage interrupt" },
283 case EXC_ISI:
587 case EXC_ISI:
773 if (frame->exc == EXC_ISI) {
H A Ddb_trace.c238 case EXC_ISI: trapstr = "ISI"; break;
/freebsd-current/sys/powerpc/booke/
H A Dtrap_subr.S554 FRAME_SETUP(SPR_SPRG1, PC_TEMPSAVE, EXC_ISI)
/freebsd-current/sys/powerpc/aim/
H A Dtrap_subr32.S452 ba EXC_ISI /* go to instr. access interrupt */

Completed in 130 milliseconds