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

/openbsd-current/sys/arch/sh/include/
H A Ddb_machdep.h49 #define BKPT_INST 0xc3c3 /* breakpoint instruction */ macro
51 #define BKPT_SET(inst) BKPT_INST
/openbsd-current/sys/arch/m88k/include/
H A Ddb_machdep.h53 #define BKPT_INST (0xf000d000 | DDB_ENTRY_BKPT_NO) /* tb0, 0,r0, 130 */ macro
54 #define BKPT_SET(inst) (BKPT_INST)
/openbsd-current/sys/arch/alpha/include/
H A Ddb_machdep.h49 #define BKPT_INST 0x00000080 /* call_pal bpt */ macro
51 #define BKPT_SET(inst) BKPT_INST
/openbsd-current/sys/arch/powerpc64/include/
H A Ddb_machdep.h48 #define BKPT_INST 0x7C810808 /* breakpoint instruction */ macro
51 #define BKPT_SET(inst) (BKPT_INST)
/openbsd-current/sys/arch/riscv64/include/
H A Ddb_machdep.h62 #define BKPT_INST (KERNEL_BREAKPOINT) macro
64 #define BKPT_SET(inst) (BKPT_INST)
/openbsd-current/sys/arch/i386/include/
H A Ddb_machdep.h49 #define BKPT_INST 0xcc /* breakpoint instruction */ macro
51 #define BKPT_SET(inst) (BKPT_INST)
/openbsd-current/sys/arch/amd64/include/
H A Ddb_machdep.h52 #define BKPT_INST 0xcc /* breakpoint instruction */ macro
54 #define BKPT_SET(inst) (BKPT_INST)
/openbsd-current/sys/arch/arm/include/
H A Ddb_machdep.h55 #define BKPT_INST (KERNEL_BREAKPOINT) /* breakpoint instruction */ macro
57 #define BKPT_SET(inst) (BKPT_INST)
/openbsd-current/sys/arch/powerpc/include/
H A Ddb_machdep.h48 #define BKPT_INST 0x7C810808 /* breakpoint instruction */ macro
51 #define BKPT_SET(inst) (BKPT_INST)
/openbsd-current/sys/arch/arm64/include/
H A Ddb_machdep.h57 #define BKPT_INST (KERNEL_BREAKPOINT) /* breakpoint instruction */ macro
59 #define BKPT_SET(inst) (BKPT_INST)
/openbsd-current/sys/arch/hppa/include/
H A Ddb_machdep.h39 #define BKPT_INST 0x00010000 /* break 0,8 */ macro
41 #define BKPT_SET(inst) BKPT_INST
/openbsd-current/sys/arch/sparc64/include/
H A Ddb_machdep.h95 #define BKPT_INST 0x91d02001 /* breakpoint instruction */ macro
97 #define BKPT_SET(inst) (BKPT_INST)
/openbsd-current/sys/dev/dt/
H A Ddt_prov_kprobe.c248 uint8_t patch = BKPT_INST;
413 uint8_t patch = BKPT_INST;
/openbsd-current/sys/arch/arm/arm/
H A Ddb_interface.c354 if ((inst & ~INSN_COND_MASK) == (BKPT_INST & ~INSN_COND_MASK)) {

Completed in 224 milliseconds