HomeSort by: relevance | last modified time | path
    Searched defs:_REG_PC (Results 1 - 9 of 9) sorted by relevancy

  /src/sys/arch/vax/include/
mcontext.h 60 #define _REG_PC 15
74 #define _UC_MACHINE_PC(uc) ((uc)->uc_mcontext.__gregs[_REG_PC])
  /src/sys/arch/alpha/include/
mcontext.h 76 #define _REG_PC 32
102 #define _UC_MACHINE_PC(uc) ((uc)->uc_mcontext.__gregs[_REG_PC])
  /src/sys/arch/m68k/include/
mcontext.h 68 #define _REG_PC 16
106 #define _UC_MACHINE_PC(uc) ((uc)->uc_mcontext.__gregs[_REG_PC])
  /src/sys/arch/or1k/include/
mcontext.h 73 #define _REG_PC 31
92 #define _UC_MACHINE_PC(uc) ((uc)->uc_mcontext.__gregs[_REG_PC])
  /src/sys/arch/sh3/include/
mcontext.h 40 #define _REG_PC 1
93 #define _UC_MACHINE_PC(uc) ((uc)->uc_mcontext.__gregs[_REG_PC])
  /src/sys/arch/powerpc/include/
mcontext.h 82 #define _REG_PC 34 /* PC (copy of SRR0) */
139 #define _UC_MACHINE_PC(uc) ((uc)->uc_mcontext.__gregs[_REG_PC])
  /src/sys/arch/sparc/include/
mcontext.h 55 #define _REG_PC 1
155 #define _UC_MACHINE_PC(uc) ((uc)->uc_mcontext.__gregs[_REG_PC])
160 (uc)->uc_mcontext.__gregs[_REG_PC] = (pc); \
  /src/sys/arch/riscv/include/
mcontext.h 88 #define _REG_PC 31
145 #define _UC_MACHINE_PC(uc) ((uc)->uc_mcontext.__gregs[_REG_PC])
  /src/sys/arch/arm/include/
mcontext.h 115 #define _REG_PC _REG_ELR
121 #define _REG_PC _REG_R15
225 #define _UC_MACHINE_PC(uc) ((uc)->uc_mcontext.__gregs[_REG_PC])

Completed in 13 milliseconds