Searched refs:EXC_DEBUG (Results 1 - 4 of 4) sorted by relevance

/freebsd-12-stable/sys/powerpc/powerpc/
H A Dgdb_machdep.c90 if (vector == EXC_DEBUG || vector == EXC_PGM)
H A Dtrap.c138 { EXC_DEBUG, "debug" },
342 case EXC_DEBUG: /* Single stepping */
931 || frame->exc == EXC_DEBUG
/freebsd-12-stable/sys/powerpc/include/
H A Dtrap.h101 #define EXC_DEBUG 0x2f10 /* Debug trap */ macro
/freebsd-12-stable/sys/powerpc/booke/
H A Dtrap_subr.S963 FRAME_SETUP(SPR_SPRG2, PC_BOOKE_CRITSAVE, EXC_DEBUG)
970 FRAME_SETUP(SPR_SPRG2, PC_BOOKE_CRITSAVE, EXC_DEBUG)
1088 FRAME_SETUP(SPR_SPRG1, PC_DBSAVE, EXC_DEBUG)

Completed in 162 milliseconds