Searched refs:BKPT_SIZE (Results 1 – 6 of 6) sorted by relevance
54 #define BKPT_SIZE (4) macro66 kdb_frame->pc += BKPT_SIZE; \67 kdb_thrctx->pcb_regs.pc += BKPT_SIZE; \
45 #define BKPT_SIZE (INSN_SIZE) macro49 kdb_frame->tf_pc += BKPT_SIZE; \
49 #define BKPT_SIZE (4) macro53 kdb_frame->tf_elr += BKPT_SIZE; \
165 *storage = db_get_value(addr, BKPT_SIZE, false); \166 db_put_value(addr, BKPT_SIZE, BKPT_SET(*storage)); \172 db_put_value(addr, BKPT_SIZE, *storage)
42 #define BKPT_SIZE (1) /* size of breakpoint inst */ macro
45 #define BKPT_SIZE (1) /* size of breakpoint inst */ macro