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

/src/sys/arch/vax/include/
H A Ddb_machdep.h55 #define BKPT_SIZE (1) /* size of breakpoint inst */ macro
/src/sys/arch/riscv/include/
H A Ddb_machdep.h69 #define BKPT_SIZE (sizeof(uint32_t)) /* size of bkpt inst */ macro
/src/sys/arch/or1k/include/
H A Ddb_machdep.h43 #define BKPT_SIZE 4 macro
/src/sys/arch/mips/include/
H A Ddb_machdep.h79 #define BKPT_SIZE (4) /* size of breakpoint inst */ macro
/src/sys/arch/usermode/include/
H A Ddb_machdep.h33 #define BKPT_SIZE 1 macro
65 #define BKPT_SIZE 1 macro
/src/sys/arch/sh3/include/
H A Ddb_machdep.h54 #define BKPT_SIZE 2 /* size of breakpoint inst */ macro
/src/sys/arch/sparc/include/
H A Ddb_machdep.h70 #define BKPT_SIZE (4) /* size of breakpoint inst */ macro
/src/sys/arch/hppa/include/
H A Ddb_machdep.h69 #define BKPT_SIZE sizeof(int) macro
/src/sys/arch/arm/include/
H A Ddb_machdep.h73 #define BKPT_SIZE (INSN_SIZE) /* size of breakpoint inst */ macro
/src/sys/arch/aarch64/include/
H A Ddb_machdep.h83 #define BKPT_SIZE 4 macro
/src/sys/arch/m68k/include/
H A Ddb_machdep.h62 #define BKPT_SIZE (2) /* size of breakpoint inst */ macro
/src/sys/arch/sparc64/include/
H A Ddb_machdep.h94 #define BKPT_SIZE (4) /* size of breakpoint inst */ macro
/src/sys/arch/i386/include/
H A Ddb_machdep.h68 #define BKPT_SIZE (1) /* size of breakpoint inst */ macro
/src/sys/arch/amd64/include/
H A Ddb_machdep.h69 #define BKPT_SIZE (1) /* size of breakpoint inst */ macro
/src/sys/arch/powerpc/include/
H A Ddb_machdep.h71 #define BKPT_SIZE (4) /* size of breakpoint inst */ macro
/src/sys/arch/ia64/include/
H A Ddb_machdep.h88 #define BKPT_SIZE 8 macro
/src/sys/arch/alpha/include/
H A Ddb_machdep.h55 #define BKPT_SIZE (4) /* size of breakpoint inst */ macro

Completed in 8 milliseconds