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

/netbsd-current/sys/arch/or1k/include/
H A Ddb_machdep.h50 #define PC_REGS(tf) ((tf)->tf_pc) macro
/netbsd-current/sys/arch/vax/include/
H A Ddb_machdep.h50 #define PC_REGS(regs) (*(db_addr_t *)&(regs)->tf_pc) macro
/netbsd-current/sys/arch/mips/include/
H A Ddb_machdep.h63 #define PC_REGS(regs) ((regs)->r_regs[_R_PC]) macro
/netbsd-current/sys/arch/riscv/include/
H A Ddb_machdep.h51 #define PC_REGS(tf) ((tf)->tf_pc) macro
/netbsd-current/sys/arch/usermode/include/
H A Ddb_machdep.h99 #define PC_REGS(regs) (_UC_MACHINE_PC(regs)) macro
/netbsd-current/sys/arch/sparc64/include/
H A Ddb_machdep.h85 #define PC_REGS(regs) ((regs)->db_tf.tf_pc) macro
/netbsd-current/sys/arch/arm/include/
H A Ddb_machdep.h63 #define PC_REGS(regs) ((regs)->tf_pc) macro
/netbsd-current/sys/arch/aarch64/include/
H A Ddb_machdep.h94 #define PC_REGS(tf) ((tf)->tf_pc) macro
/netbsd-current/sys/arch/hppa/include/
H A Ddb_machdep.h64 #define PC_REGS(regs) ((regs)->tf_iioq_head) macro
/netbsd-current/sys/arch/sh3/include/
H A Ddb_machdep.h49 #define PC_REGS(regs) ((regs)->tf_spc) macro
/netbsd-current/sys/arch/m68k/include/
H A Ddb_machdep.h58 #define PC_REGS(regs) ((regs)->tf_pc) macro
/netbsd-current/sys/arch/sparc/include/
H A Ddb_machdep.h61 #define PC_REGS(regs) ((regs)->db_tf.tf_pc) macro
/netbsd-current/sys/arch/i386/include/
H A Ddb_machdep.h64 #define PC_REGS(regs) ((regs)->tf_eip) macro
/netbsd-current/sys/arch/amd64/include/
H A Ddb_machdep.h64 #define PC_REGS(regs) ((regs)->tf_rip) macro
/netbsd-current/sys/arch/powerpc/include/
H A Ddb_machdep.h66 #define PC_REGS(regs) (*(db_addr_t *)&(regs)->iar) macro
/netbsd-current/sys/arch/ia64/include/
H A Ddb_machdep.h60 #define PC_REGS(regs) ((db_addr_t)(regs)->tf_special.iip + (((regs)->tf_special.psr>>41) & 3)) macro
/netbsd-current/sys/arch/alpha/include/
H A Ddb_machdep.h51 #define PC_REGS(regs) ((regs)->tf_regs[FRAME_PC]) macro

Completed in 338 milliseconds