Home
last modified time | relevance | path

Searched refs:PC_REGS (Results 1 – 11 of 11) sorted by relevance

/freebsd-head/sys/riscv/include/
HDdb_machdep.h48 #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-head/sys/arm64/include/
HDdb_machdep.h49 #define PC_REGS() ((db_addr_t)kdb_thrctx->pcb_x[PCB_LR]) macro
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); \
/freebsd-head/sys/ddb/
HDdb_run.c78 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()
HDdb_thread.c66 db_dot = PC_REGS(); in db_set_thread()
74 db_print_loc_and_inst(PC_REGS()); in db_set_thread()
HDdb_print.c89 db_print_loc_and_inst(PC_REGS()); in db_show_regs()
HDdb_main.c255 db_dot = PC_REGS(); in db_trap()
/freebsd-head/sys/amd64/include/
HDdb_machdep.h36 #define PC_REGS() ((db_addr_t)kdb_thrctx->pcb_rip) macro
/freebsd-head/sys/arm/include/
HDdb_machdep.h41 #define PC_REGS() ((db_addr_t)kdb_thrctx->pcb_regs.sf_pc) macro
/freebsd-head/sys/i386/include/
HDdb_machdep.h36 #define PC_REGS() ((db_addr_t)(kdb_frame->tf_eflags & PSL_VM ? \ macro
/freebsd-head/sys/powerpc/include/
HDdb_machdep.h45 #define PC_REGS(regs) ((db_addr_t)kdb_thrctx->pcb_lr) macro
/freebsd-head/sys/arm/arm/
HDdebug_monitor.c292 pc = PC_REGS(); in kdb_cpu_set_singlestep()