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

/freebsd-12-stable/sys/powerpc/include/
H A Dtrap.h43 #define EXC_DSI 0x0300 /* Data Storage Interrupt */ macro
/freebsd-12-stable/sys/powerpc/powerpc/
H A Ddb_trace.c216 case EXC_DSI:
276 if (tf->exc == EXC_DSI)
H A Dtrap.c122 { EXC_DSI, "data storage interrupt" },
271 case EXC_DSI:
421 case EXC_DSI:
477 case EXC_DSI:
516 case EXC_DSI:
932 || frame->exc == EXC_DSI)) {
H A Dexec_machdep.c157 (void *)((tf->exc == EXC_DSI || tf->exc == EXC_DSE) ?
278 tf->fixreg[FIRSTARG+3] = (tf->exc == EXC_DSI) ?
/freebsd-12-stable/sys/cddl/dev/dtrace/powerpc/
H A Ddtrace_subr.c292 case EXC_DSI:
/freebsd-12-stable/sys/powerpc/aim/
H A Daim_machdep.c358 bcopy(&restorebridge, (void *)EXC_DSI, trap_offset);
406 bcopy(&dsitrap, (void *)(EXC_DSI + trap_offset), (size_t)&dsiend -
H A Dtrap_subr32.S592 ba EXC_DSI /* branch to DSI interrupt */
/freebsd-12-stable/sys/powerpc/booke/
H A Dtrap_subr.S547 FRAME_SETUP(SPR_SPRG1, PC_DISISAVE, EXC_DSI)

Completed in 180 milliseconds