Home
last modified time | relevance | path

Searched defs:PC_REGS (Results 1 – 5 of 5) sorted by relevance

/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/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/arm64/include/
H A Ddb_machdep.h46 #define PC_REGS() ((db_addr_t)kdb_thrctx->pcb_lr) macro
/f-stack/freebsd/amd64/include/
H A Ddb_machdep.h39 #define PC_REGS() ((db_addr_t)kdb_thrctx->pcb_rip) macro