Home
last modified time | relevance | path

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

/freebsd/sys/i386/include/
H A Ddb_machdep.h36 #define PC_REGS() ((db_addr_t)(kdb_frame->tf_eflags & PSL_VM ? \ 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/riscv/include/
H A Ddb_machdep.h48 #define PC_REGS() ((db_addr_t)kdb_frame->tf_sepc) macro
/freebsd/sys/amd64/include/
H A Ddb_machdep.h36 #define PC_REGS() ((db_addr_t)kdb_thrctx->pcb_rip) macro
/freebsd/sys/powerpc/include/
H A Ddb_machdep.h45 #define PC_REGS(regs) ((db_addr_t)kdb_thrctx->pcb_lr) macro
/freebsd/sys/arm64/include/
H A Ddb_machdep.h46 #define PC_REGS( global() macro