Searched defs:_UC_MACHINE_PC (Results 1 - 14 of 14) sorted by relevance

/netbsd-current/sys/arch/ia64/include/
H A Dmcontext.h116 #define _UC_MACHINE_PC(uc) ((uc)->uc_mcontext.mc_special.iip) macro
/netbsd-current/sys/arch/vax/include/
H A Dmcontext.h74 #define _UC_MACHINE_PC(uc) ((uc)->uc_mcontext.__gregs[_REG_PC]) macro
/netbsd-current/sys/arch/or1k/include/
H A Dmcontext.h92 #define _UC_MACHINE_PC(uc) ((uc)->uc_mcontext.__gregs[_REG_PC]) macro
/netbsd-current/sys/arch/amd64/include/
H A Dmcontext.h72 #define _UC_MACHINE_PC(uc) ((uc)->uc_mcontext.__gregs[_REG_RIP]) macro
/netbsd-current/sys/arch/i386/include/
H A Dmcontext.h109 #define _UC_MACHINE_PC(uc) ((uc)->uc_mcontext.__gregs[_REG_EIP]) macro
/netbsd-current/sys/arch/m68k/include/
H A Dmcontext.h106 #define _UC_MACHINE_PC(uc) ((uc)->uc_mcontext.__gregs[_REG_PC]) macro
/netbsd-current/sys/arch/sh3/include/
H A Dmcontext.h86 #define _UC_MACHINE_PC(uc) ((uc)->uc_mcontext.__gregs[_REG_PC]) macro
/netbsd-current/sys/arch/alpha/include/
H A Dmcontext.h102 #define _UC_MACHINE_PC(uc) ((uc)->uc_mcontext.__gregs[_REG_PC]) macro
/netbsd-current/sys/arch/powerpc/include/
H A Dmcontext.h139 #define _UC_MACHINE_PC(uc) ((uc)->uc_mcontext.__gregs[_REG_PC]) macro
/netbsd-current/sys/arch/sparc/include/
H A Dmcontext.h155 #define _UC_MACHINE_PC(uc) ((uc)->uc_mcontext.__gregs[_REG_PC]) macro
/netbsd-current/sys/arch/hppa/include/
H A Dmcontext.h86 #define _UC_MACHINE_PC(uc) ((uc)->uc_mcontext.__gregs[_REG_PCOQH]) macro
/netbsd-current/sys/arch/mips/include/
H A Dmcontext.h163 #define _UC_MACHINE_PC(uc) ((uc)->uc_mcontext.__gregs[_REG_EPC]) macro
/netbsd-current/sys/arch/arm/include/
H A Dmcontext.h271 #define _UC_MACHINE_PC(uc) ((uc)->uc_mcontext.__gregs[_REG_PC]) macro
/netbsd-current/sys/arch/riscv/include/
H A Dmcontext.h145 #define _UC_MACHINE_PC(uc) ((uc)->uc_mcontext.__gregs[_REG_PC]) macro

Completed in 290 milliseconds