Home
last modified time | relevance | path

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

/NextBSD/sys/sparc64/include/
HDdb_machdep.h41 #define PC_REGS() ((db_addr_t)kdb_thrctx->pcb_pc) macro
/NextBSD/sys/amd64/include/
HDdb_machdep.h38 #define PC_REGS() ((db_addr_t)kdb_thrctx->pcb_rip) macro
/NextBSD/sys/i386/include/
HDdb_machdep.h38 #define PC_REGS() ((db_addr_t)kdb_thrctx->pcb_eip) macro
/NextBSD/sys/arm/include/
HDdb_machdep.h41 #define PC_REGS() ((db_addr_t)kdb_thrctx->pcb_regs.sf_pc) macro
/NextBSD/sys/mips/include/
HDdb_machdep.h64 #define PC_REGS() ((db_addr_t)kdb_thrctx->pcb_regs.pc) macro
/NextBSD/sys/arm64/include/
HDdb_machdep.h46 #define PC_REGS() ((db_addr_t)kdb_thrctx->pcb_pc) macro
/NextBSD/sys/powerpc/include/
HDdb_machdep.h48 #define PC_REGS(regs) ((db_addr_t)kdb_thrctx->pcb_lr) macro