Searched defs:IS_USER_TRAP (Results 1 - 4 of 4) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/osfmk/ppc/
H A Ddb_machdep.h120 #define IS_USER_TRAP(regs) \ macro
/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
/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
/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

Completed in 41 milliseconds