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

/freebsd-10.0-release/sys/amd64/include/
H A Ddb_machdep.h38 #define PC_REGS() ((db_addr_t)kdb_thrctx->pcb_rip) macro
/freebsd-10.0-release/sys/arm/include/
H A Ddb_machdep.h41 #define PC_REGS() ((db_addr_t)kdb_thrctx->un_32.pcb32_pc) macro
/freebsd-10.0-release/sys/i386/include/
H A Ddb_machdep.h38 #define PC_REGS() ((db_addr_t)kdb_thrctx->pcb_eip) macro
/freebsd-10.0-release/sys/ia64/include/
H A Ddb_machdep.h47 #define PC_REGS() ((kdb_thrctx->pcb_special.__spare == 0) ? \ macro
/freebsd-10.0-release/sys/mips/include/
H A Ddb_machdep.h64 #define PC_REGS() ((db_addr_t)kdb_thrctx->pcb_regs.pc) macro
/freebsd-10.0-release/sys/sparc64/include/
H A Ddb_machdep.h41 #define PC_REGS() ((db_addr_t)kdb_thrctx->pcb_pc) macro
/freebsd-10.0-release/sys/powerpc/include/
H A Ddb_machdep.h48 #define PC_REGS(regs) ((db_addr_t)kdb_thrctx->pcb_lr) macro

Completed in 168 milliseconds