Searched refs:IS_WATCHPOINT_TRAP (Results 1 - 14 of 14) sorted by relevance

/openbsd-current/sys/arch/sh/include/
H A Ddb_machdep.h56 #define IS_WATCHPOINT_TRAP(type, code) (0) /* XXX (msaitoh) */ macro
/openbsd-current/sys/arch/alpha/include/
H A Ddb_machdep.h56 #define IS_WATCHPOINT_TRAP(type, code) ((type) == ALPHA_KENTRY_MM) macro
58 #define IS_WATCHPOINT_TRAP(type, code) 0 macro
/openbsd-current/sys/arch/powerpc/include/
H A Ddb_machdep.h60 #define IS_WATCHPOINT_TRAP(type, code) ((type) == T_WATCHPOINT) macro
62 #define IS_WATCHPOINT_TRAP(type, code) 0 macro
/openbsd-current/sys/ddb/
H A Ddb_trap.c56 watchpt = IS_WATCHPOINT_TRAP(type, code);
/openbsd-current/sys/arch/m88k/include/
H A Ddb_machdep.h88 #define IS_WATCHPOINT_TRAP(type,code) 0 macro
/openbsd-current/sys/arch/mips64/include/
H A Ddb_machdep.h51 #define IS_WATCHPOINT_TRAP(type, code) (0) /* XXX mips3 watchpoint */ macro
/openbsd-current/sys/arch/powerpc64/include/
H A Ddb_machdep.h58 #define IS_WATCHPOINT_TRAP(type, code) 0 macro
/openbsd-current/sys/arch/riscv64/include/
H A Ddb_machdep.h67 #define IS_WATCHPOINT_TRAP(type, code) ((type) == T_WATCHPOINT) macro
/openbsd-current/sys/arch/i386/include/
H A Ddb_machdep.h62 #define IS_WATCHPOINT_TRAP(type, code) ((type) == T_TRCTRAP && (code) & 15) macro
/openbsd-current/sys/arch/amd64/include/
H A Ddb_machdep.h65 #define IS_WATCHPOINT_TRAP(type, code) ((type) == T_TRCTRAP && (code) & 15) macro
/openbsd-current/sys/arch/arm/include/
H A Ddb_machdep.h64 #define IS_WATCHPOINT_TRAP(type, code) (0) macro
/openbsd-current/sys/arch/arm64/include/
H A Ddb_machdep.h66 #define IS_WATCHPOINT_TRAP(type, code) (0) macro
/openbsd-current/sys/arch/hppa/include/
H A Ddb_machdep.h44 #define IS_WATCHPOINT_TRAP(type, code) ((type) == T_DBREAK) macro
/openbsd-current/sys/arch/sparc64/include/
H A Ddb_machdep.h101 #define IS_WATCHPOINT_TRAP(type, code) \ macro

Completed in 121 milliseconds