Searched defs:BKPT_SET (Results 1 - 17 of 17) sorted by relevance

/netbsd-current/sys/arch/or1k/include/
H A Ddb_machdep.h45 #define BKPT_SET(insn, addr) (BKPT_INSN) macro
/netbsd-current/sys/arch/vax/include/
H A Ddb_machdep.h55 #define BKPT_SET(inst, addr) (BKPT_INST) macro
/netbsd-current/sys/arch/mips/include/
H A Ddb_machdep.h80 #define BKPT_SET(inst, addr) (BKPT_INST) macro
/netbsd-current/sys/arch/riscv/include/
H A Ddb_machdep.h67 #define BKPT_SET(inst, addr) (BKPT_INST) macro
/netbsd-current/sys/arch/usermode/include/
H A Ddb_machdep.h36 #define BKPT_SET(inst, addr) (BKPT_INST) macro
68 #define BKPT_SET(inst, addr) (BKPT_INST) macro
/netbsd-current/sys/arch/sparc64/include/
H A Ddb_machdep.h95 #define BKPT_SET(inst, addr) (BKPT_INST) macro
/netbsd-current/sys/arch/arm/include/
H A Ddb_machdep.h75 #define BKPT_SET(inst, addr) (bswap32(BKPT_INST)) macro
77 #define BKPT_SET(inst, addr) (BKPT_INST) macro
/netbsd-current/sys/arch/aarch64/include/
H A Ddb_machdep.h89 #define BKPT_SET(insn, addr) (BKPT_INSN) macro
/netbsd-current/sys/arch/hppa/include/
H A Ddb_machdep.h70 #define BKPT_SET(inst, addr) BKPT_INST macro
/netbsd-current/sys/arch/sh3/include/
H A Ddb_machdep.h55 #define BKPT_SET(inst, addr) BKPT_INST macro
/netbsd-current/sys/arch/m68k/include/
H A Ddb_machdep.h63 #define BKPT_SET(inst, addr) (BKPT_INST) macro
/netbsd-current/sys/arch/sparc/include/
H A Ddb_machdep.h71 #define BKPT_SET(inst, addr) (BKPT_INST) macro
/netbsd-current/sys/arch/i386/include/
H A Ddb_machdep.h69 #define BKPT_SET(inst, addr) (BKPT_INST) macro
/netbsd-current/sys/arch/amd64/include/
H A Ddb_machdep.h70 #define BKPT_SET(inst, addr) (BKPT_INST) macro
/netbsd-current/sys/arch/powerpc/include/
H A Ddb_machdep.h72 #define BKPT_SET(inst, addr) (BKPT_INST) macro
/netbsd-current/sys/arch/ia64/include/
H A Ddb_machdep.h90 #define BKPT_SET(inst, addr) db_bkpt_set(inst, addr) macro
/netbsd-current/sys/arch/alpha/include/
H A Ddb_machdep.h56 #define BKPT_SET(inst, addr) (BKPT_INST) macro

Completed in 518 milliseconds