Searched defs:IS_WATCHPOINT_TRAP (Results 1 - 7 of 7) sorted by relevance

/freebsd-13-stable/sys/i386/include/
H A Ddb_machdep.h73 #define IS_WATCHPOINT_TRAP(type, code) 0 macro
/freebsd-13-stable/sys/mips/include/
H A Ddb_machdep.h59 #define IS_WATCHPOINT_TRAP(type, code) (0) /* XXX mips3 watchpoint */ macro
/freebsd-13-stable/sys/riscv/include/
H A Ddb_machdep.h70 #define IS_WATCHPOINT_TRAP(type, code) (type == T_WATCHPOINT) macro
/freebsd-13-stable/sys/arm/include/
H A Ddb_machdep.h57 #define IS_WATCHPOINT_TRAP(type, code) (type == T_WATCHPOINT) macro
/freebsd-13-stable/sys/arm64/include/
H A Ddb_machdep.h63 #define IS_WATCHPOINT_TRAP(type, code) (type == T_WATCHPOINT) macro
/freebsd-13-stable/sys/amd64/include/
H A Ddb_machdep.h70 #define IS_WATCHPOINT_TRAP(type, code) 0 macro
/freebsd-13-stable/sys/powerpc/include/
H A Ddb_machdep.h67 #define IS_WATCHPOINT_TRAP(type, code) ((type) == T_WATCHPOINT) macro
69 #define IS_WATCHPOINT_TRAP(type, code) 0 macro

Completed in 299 milliseconds