Searched refs:EXC_DSI (Results 1 - 9 of 9) sorted by relevance

/freebsd-11.0-release/sys/powerpc/include/
H A Dtrap.h41 #define EXC_DSI 0x0300 /* Data Storage Interrupt */ macro
/freebsd-11.0-release/sys/boot/powerpc/ps3/
H A Dstart.S117 EXCEPTION_HANDLER(EXC_DSI)
/freebsd-11.0-release/sys/powerpc/powerpc/
H A Ddb_trace.c216 case EXC_DSI:
271 if (tf->exc == EXC_DSI)
H A Dtrap.c112 { EXC_DSI, "data storage interrupt" },
221 case EXC_DSI:
360 case EXC_DSI:
416 case EXC_DSI:
808 || frame->exc == EXC_DSI)) {
H A Dexec_machdep.c155 ksi->ksi_info.si_addr = (void *)((tf->exc == EXC_DSI) ?
276 tf->fixreg[FIRSTARG+3] = (tf->exc == EXC_DSI) ?
/freebsd-11.0-release/sys/powerpc/aim/
H A Daim_machdep.c304 bcopy(&restorebridge, (void *)EXC_DSI, trap_offset);
328 bcopy(&dsitrap, (void *)(EXC_DSI + trap_offset), (size_t)&dsiend -
H A Dtrap_subr32.S592 ba EXC_DSI /* branch to DSI interrupt */
/freebsd-11.0-release/sys/cddl/dev/dtrace/powerpc/
H A Ddtrace_subr.c287 case EXC_DSI:
/freebsd-11.0-release/sys/powerpc/booke/
H A Dtrap_subr.S433 FRAME_SETUP(SPR_SPRG1, PC_DISISAVE, EXC_DSI)

Completed in 143 milliseconds