Home
last modified time | relevance | path

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

/freebsd/sys/riscv/include/
H A Ddb_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/sys/arm64/include/
H A Ddb_machdep.h49 #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 Ddb_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()
H A Ddb_thread.c66 db_dot = PC_REGS(); in db_set_thread()
74 db_print_loc_and_inst(PC_REGS()); in db_set_thread()
H A Ddb_print.c89 db_print_loc_and_inst(PC_REGS()); in db_show_regs()
H A Ddb_main.c255 db_dot = PC_REGS(); in db_trap()
/freebsd/sys/amd64/include/
H A Ddb_machdep.h36 #define PC_REGS() ((db_addr_t)kdb_thrctx->pcb_rip) macro
/freebsd/sys/arm/include/
H A Ddb_machdep.h41 #define PC_REGS() ((db_addr_t)kdb_thrctx->pcb_regs.sf_pc) macro
/freebsd/sys/i386/include/
H A Ddb_machdep.h36 #define PC_REGS() ((db_addr_t)(kdb_frame->tf_eflags & PSL_VM ? \ macro
/freebsd/sys/powerpc/include/
H A Ddb_machdep.h45 #define PC_REGS(regs) ((db_addr_t)kdb_thrctx->pcb_lr) macro
/freebsd/sys/arm/arm/
H A Ddebug_monitor.c292 pc = PC_REGS(); in kdb_cpu_set_singlestep()