Home
last modified time | relevance | path

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

/f-stack/freebsd/arm64/include/
H A Ddb_machdep.h46 #define PC_REGS() ((db_addr_t)kdb_thrctx->pcb_lr) macro
69 uint32_t tmp_instr = db_get_value(PC_REGS(), sizeof(uint32_t), FALSE); \
74 uint32_t tmp_instr = db_get_value(PC_REGS(), sizeof(uint32_t), FALSE); \
/f-stack/freebsd/ddb/
H A Ddb_run.c104 pc = PC_REGS(); in db_stop_at_pc()
119 pc = PC_REGS(); in db_stop_at_pc()
222 db_addr_t pc = PC_REGS(); in db_restart_at_pc()
301 db_addr_t pc = PC_REGS(), brpc; in db_set_single_step()
H A Ddb_thread.c69 db_dot = PC_REGS(); in db_set_thread()
77 db_print_loc_and_inst(PC_REGS()); in db_set_thread()
H A Ddb_print.c92 db_print_loc_and_inst(PC_REGS()); in db_show_regs()
H A Ddb_main.c258 db_dot = PC_REGS(); in db_trap()
/f-stack/freebsd/amd64/include/
H A Ddb_machdep.h39 #define PC_REGS() ((db_addr_t)kdb_thrctx->pcb_rip) macro
/f-stack/freebsd/i386/include/
H A Ddb_machdep.h39 #define PC_REGS() ((db_addr_t)(kdb_frame->tf_eflags & PSL_VM ? \ macro
/f-stack/freebsd/arm/include/
H A Ddb_machdep.h42 #define PC_REGS() ((db_addr_t)kdb_thrctx->pcb_regs.sf_pc) macro
/f-stack/freebsd/mips/include/
H A Ddb_machdep.h61 #define PC_REGS() ((db_addr_t)kdb_thrctx->pcb_regs.pc) macro
/f-stack/freebsd/arm/arm/
H A Ddebug_monitor.c294 pc = PC_REGS(); in kdb_cpu_set_singlestep()