HomeSort by: relevance | last modified time | path
    Searched refs:_REG_PC (Results 1 - 25 of 61) sorted by relevancy

1 2 3

  /src/lib/libc/arch/alpha/sys/
getcontext.S 41 stq ra, (UC_GREGS + _REG_PC*8)(a0) /* Adjust saved PC */
  /src/lib/libc/arch/m68k/sys/
__sigtramp2.S 83 CFI_OFFSET_DWARF_REG(DWARF_RETURN_REG, _REG_PC)
84 CFI_OFFSET_DWARF_REG(DWARF_SIGRETURN_REG, _REG_PC)
  /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/sh3/include/
mcontext.h 40 #define _REG_PC 1
93 #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/lib/libc/arch/sparc/sys/
getcontext.S 51 st %o1, [%o2 + 40 + 1 * 4] ! gr[_REG_PC] = retaddr
  /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/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/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])
  /src/lib/libc/arch/aarch64/gen/
_lwp.c 62 u->uc_mcontext.__gregs[_REG_PC] = (__greg_t)(uintptr_t)start;
  /src/lib/libc/arch/alpha/gen/
swapcontext.S 51 stq t1, (UC_GREGS + _REG_PC*8)(t0) /* Adjust saved PC */
  /src/lib/libc/arch/arm/gen/
_lwp.c 69 u->uc_mcontext.__gregs[_REG_PC] = (__greg_t)(uintptr_t)start;
makecontext.c 63 gr[_REG_PC] = (__greg_t)(uintptr_t)func;
  /src/lib/libc/arch/ia64/gen/
_lwp.c 58 gr[_REG_PC] = (unsigned long)start;
  /src/lib/libc/arch/m68k/gen/
makecontext.c 51 mcp->__gregs[_REG_PC] = (__greg_t)func;
_lwp.c 58 u->uc_mcontext.__gregs[_REG_PC] = (int)start;
  /src/lib/libc/arch/or1k/gen/
makecontext.c 69 gr[_REG_PC] = (uintptr_t)func;
  /src/lib/libc/arch/powerpc/gen/
makecontext.c 70 gr[_REG_PC] = (__greg_t)func;
  /src/lib/libc/arch/sh3/gen/
_lwp.c 66 u->uc_mcontext.__gregs[_REG_PC] = (__greg_t) start;
makecontext.c 61 gr[_REG_PC] = (__greg_t)func;
  /src/lib/libc/arch/sparc/gen/
swapcontext.S 50 st %o1, [%o2 + 40 + 1 * 4] ! gr[_REG_PC] = retaddr
  /src/lib/libc/arch/vax/sys/
__sigtramp3.S 80 CFI_OFFSET(_REG_PC)
  /src/sys/arch/riscv/riscv/
netbsd32_machdep.c 89 mcp->__gregs[_REG_PC] = tf->tf_pc;
116 if ((int32_t) mcp->__gregs[_REG_PC] < 0
118 || (mcp->__gregs[_REG_PC] & 1))
142 tf->tf_pc = (int32_t) gr[_REG_PC];

Completed in 18 milliseconds

1 2 3