Searched refs:PC_REGS (Results 1 – 11 of 11) sorted by relevance
/freebsd/sys/riscv/include/ |
H A D | db_machdep.h | 48 #define PC_REGS() ((db_addr_t)kdb_frame->tf_sepc) macro 57 _instr = db_get_value(PC_REGS(), sizeof(uint32_t), FALSE); \ 76 uint32_t tmp_instr = db_get_value(PC_REGS(), sizeof(uint32_t), FALSE); \ 81 uint32_t tmp_instr = db_get_value(PC_REGS(), sizeof(uint32_t), FALSE); \
|
/freebsd/sys/arm64/include/ |
H A D | db_machdep.h | 49 #define PC_REGS() ((db_addr_t)kdb_thrctx->pcb_x[PCB_LR]) 75 uint32_t tmp_instr = db_get_value(PC_REGS(), sizeof(uint32_t), FALSE); \ 80 uint32_t tmp_instr = db_get_value(PC_REGS(), sizeof(uint32_t), FALSE); \ 46 #define PC_REGS( global() macro
|
/freebsd/sys/ddb/ |
H A D | db_run.c | 78 pc = PC_REGS(); in db_stop_at_pc() 91 pc = PC_REGS(); in db_stop_at_pc() 194 db_addr_t pc = PC_REGS(); in db_restart_at_pc()
|
H A D | db_thread.c | 66 db_dot = PC_REGS(); in db_set_thread() 74 db_print_loc_and_inst(PC_REGS()); in db_set_thread()
|
H A D | db_print.c | 89 db_print_loc_and_inst(PC_REGS()); in db_show_regs()
|
H A D | db_main.c | 255 db_dot = PC_REGS(); in db_trap()
|
/freebsd/sys/amd64/include/ |
H A D | db_machdep.h | 36 #define PC_REGS() ((db_addr_t)kdb_thrctx->pcb_rip) macro
|
/freebsd/sys/arm/include/ |
H A D | db_machdep.h | 41 #define PC_REGS() ((db_addr_t)kdb_thrctx->pcb_regs.sf_pc) macro
|
/freebsd/sys/i386/include/ |
H A D | db_machdep.h | 36 #define PC_REGS() ((db_addr_t)(kdb_frame->tf_eflags & PSL_VM ? \ macro
|
/freebsd/sys/powerpc/include/ |
H A D | db_machdep.h | 45 #define PC_REGS(regs) ((db_addr_t)kdb_thrctx->pcb_lr) macro
|
/freebsd/sys/arm/arm/ |
H A D | debug_monitor.c | 292 pc = PC_REGS(); in kdb_cpu_set_singlestep()
|