Home
last modified time | relevance | path

Searched defs:IS_SSTEP_TRAP (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/i386/include/
H A Ddb_machdep.h68 #define IS_SSTEP_TRAP(type, code) \ macro
/freebsd/sys/amd64/include/
H A Ddb_machdep.h65 #define IS_SSTEP_TRAP(type, code) \ macro
/freebsd/sys/arm64/include/
H A Ddb_machdep.h64 #define IS_SSTEP_TRAP(type, code) (type == T_SINGLESTEP) macro