Home
last modified time | relevance | path

Searched refs:BKPT_SIZE (Results 1 – 8 of 8) sorted by relevance

/NextBSD/sys/mips/include/
HDdb_machdep.h57 #define BKPT_SIZE (4) macro
69 kdb_frame->pc += BKPT_SIZE; \
70 kdb_thrctx->pcb_regs.pc += BKPT_SIZE; \
/NextBSD/sys/arm/include/
HDdb_machdep.h44 #define BKPT_SIZE (INSN_SIZE) macro
48 kdb_frame->tf_pc += BKPT_SIZE; \
/NextBSD/sys/arm64/include/
HDdb_machdep.h49 #define BKPT_SIZE (4) macro
53 kdb_frame->tf_elr += BKPT_SIZE; \
/NextBSD/sys/ddb/
HDdb_break.c163 *storage = db_get_value(addr, BKPT_SIZE, false); \
164 db_put_value(addr, BKPT_SIZE, BKPT_SET(*storage)); \
170 db_put_value(addr, BKPT_SIZE, *storage)
/NextBSD/sys/sparc64/include/
HDdb_machdep.h44 #define BKPT_SIZE (4) macro
/NextBSD/sys/amd64/include/
HDdb_machdep.h41 #define BKPT_SIZE (1) /* size of breakpoint inst */ macro
/NextBSD/sys/i386/include/
HDdb_machdep.h41 #define BKPT_SIZE (1) /* size of breakpoint inst */ macro
/NextBSD/sys/powerpc/include/
HDdb_machdep.h52 #define BKPT_SIZE (4) /* size of breakpoint inst */ macro