Searched refs:BKPT_SIZE (Results 1 - 9 of 9) sorted by relevance

/freebsd-11-stable/sys/mips/include/
H A Ddb_machdep.h57 #define BKPT_SIZE (4) macro
69 kdb_frame->pc += BKPT_SIZE; \
70 kdb_thrctx->pcb_regs.pc += BKPT_SIZE; \
/freebsd-11-stable/sys/sparc64/include/
H A Ddb_machdep.h44 #define BKPT_SIZE (4) macro
/freebsd-11-stable/sys/arm/include/
H A Ddb_machdep.h45 #define BKPT_SIZE (INSN_SIZE) macro
49 kdb_frame->tf_pc += BKPT_SIZE; \
/freebsd-11-stable/sys/riscv/include/
H A Ddb_machdep.h53 #define BKPT_SIZE (INSN_SIZE) macro
57 kdb_frame->tf_sepc += BKPT_SIZE; \
/freebsd-11-stable/sys/arm64/include/
H A Ddb_machdep.h49 #define BKPT_SIZE (4) macro
53 kdb_frame->tf_elr += BKPT_SIZE; \
/freebsd-11-stable/sys/powerpc/include/
H A Ddb_machdep.h52 #define BKPT_SIZE (4) /* size of breakpoint inst */ macro
/freebsd-11-stable/sys/i386/include/
H A Ddb_machdep.h45 #define BKPT_SIZE (1) /* size of breakpoint inst */ macro
/freebsd-11-stable/sys/amd64/include/
H A Ddb_machdep.h42 #define BKPT_SIZE (1) /* size of breakpoint inst */ macro
/freebsd-11-stable/sys/ddb/
H A Ddb_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)

Completed in 141 milliseconds