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

/macosx-10.5.8/xnu-1228.15.4/osfmk/ppc/
H A Ddb_machdep.h120 #define IS_USER_TRAP(regs) \ macro
H A Ddb_interface.c198 if (!IS_USER_TRAP(regs)) {
H A Ddb_trace.c530 if (IS_USER_TRAP((&ddb_regs))) dp = vp->valuep;
/macosx-10.5.8/xnu-1228.15.4/osfmk/i386/
H A Ddb_machdep.h126 #define IS_USER_TRAP(regs, etext) (((regs)->cs & 3) != 0) macro
H A Ddb_interface.c312 if (!IS_USER_TRAP(regs, &etext)) {
409 if (IS_USER_TRAP(is, &etext))
441 trap_from_user = IS_USER_TRAP(&ddb_regs, &etext);
H A Ddb_trace.c206 if (IS_USER_TRAP(&ddb_regs, &etext))
/macosx-10.5.8/xnu-1228.15.4/bsd/dev/ppc/
H A Dfbt_ppc.c249 #define IS_USER_TRAP(regs) USER_MODE((regs)->save_srr1) macro
265 if (!IS_USER_TRAP(regs) && FBT_EXCEPTION_CODE == trapno) {
/macosx-10.5.8/xnu-1228.15.4/bsd/dev/i386/
H A Dfbt_x86.c286 #define IS_USER_TRAP(regs) (regs && (((regs)->cs & 3) != 0)) macro
301 if (FBT_EXCEPTION_CODE == trapno && !IS_USER_TRAP(saved_state)) {

Completed in 93 milliseconds