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

1 2 3

  /src/lib/libpthread/arch/ia64/
pthread_md.h 43 #define pthread__uc_sp(ucp) ((ucp)->uc_mcontext.__gregs[_REG_SP])
  /src/lib/libpthread/arch/mips/
pthread_md.h 45 #define pthread__uc_sp(ucp) ((ucp)->uc_mcontext.__gregs[_REG_SP])
  /src/lib/libpthread/arch/riscv/
pthread_md.h 45 #define pthread__uc_sp(ucp) ((ucp)->uc_mcontext.__gregs[_REG_SP])
  /src/lib/libpthread/arch/alpha/
pthread_md.h 47 #define pthread__uc_sp(ucp) ((ucp)->uc_mcontext.__gregs[_REG_SP])
  /src/lib/libpthread/arch/hppa/
pthread_md.h 47 #define pthread__uc_sp(ucp) ((ucp)->uc_mcontext.__gregs[_REG_SP])
  /src/lib/libpthread/arch/vax/
pthread_md.h 45 #define pthread__uc_sp(ucp) ((ucp)->uc_mcontext.__gregs[_REG_SP])
  /src/lib/libpthread/arch/aarch64/
pthread_md.h 48 #define pthread__uc_sp(ucp) ((ucp)->uc_mcontext.__gregs[_REG_SP])
  /src/lib/libc/arch/vax/sys/
__sigtramp3.S 64 .cfi_def_cfa _REG_SP, 16 + SIZEOF_SIGINFO + UC_GREGS
79 CFI_OFFSET(_REG_SP)
  /src/sys/arch/vax/include/
mcontext.h 59 #define _REG_SP 14
72 #define _UC_MACHINE_SP(uc) ((uc)->uc_mcontext.__gregs[_REG_SP])
  /src/sys/arch/sh3/include/
mcontext.h 62 #define _REG_SP _REG_R15
91 #define _UC_MACHINE_SP(uc) ((uc)->uc_mcontext.__gregs[_REG_SP])
  /src/lib/libpthread/arch/arm/
pthread_md.h 63 #define pthread__uc_sp(ucp) ((ucp)->uc_mcontext.__gregs[_REG_SP])
  /src/lib/libc/arch/alpha/sys/
__sigtramp2.S 58 .cfi_def_cfa _REG_SP, SIZEOF_SIGINFO + UC_GREGS
89 CFI_OFFSET(_REG_SP)
  /src/lib/libc/arch/mips/sys/
__sigtramp2.S 70 .cfi_def_cfa _REG_SP, SIGINFO_SIZE + _UC_GREGS
100 CFI_OFFSET(_REG_SP)
  /src/lib/libc/arch/vax/gen/
_lwp.c 76 gr[_REG_SP] = (__greg_t)(uintptr_t)sp;
85 gr[_REG_SP] = (__greg_t)(uintptr_t)sp;
  /src/sys/arch/alpha/include/
mcontext.h 74 #define _REG_SP 30
100 #define _UC_MACHINE_SP(uc) ((uc)->uc_mcontext.__gregs[_REG_SP])
  /src/sys/arch/hppa/include/
mcontext.h 49 #define _REG_SP 30
84 #define _UC_MACHINE_SP(uc) ((uc)->uc_mcontext.__gregs[_REG_SP])
  /src/sys/arch/or1k/include/
mcontext.h 76 #define _REG_SP _REG_R1
90 #define _UC_MACHINE_SP(uc) ((uc)->uc_mcontext.__gregs[_REG_SP])
  /src/sys/arch/arm/include/
mcontext.h 114 #define _REG_SP _REG_X31
119 #define _REG_SP _REG_R13
223 #define _UC_MACHINE_SP(uc) ((uc)->uc_mcontext.__gregs[_REG_SP])
  /src/lib/libc/arch/aarch64/gen/
_lwp.c 60 u->uc_mcontext.__gregs[_REG_SP] = ((__greg_t)sp) & -16;
  /src/lib/libc/arch/alpha/gen/
swapcontext.S 53 stq t1, (UC_GREGS + _REG_SP*8)(t0) /* Adjust saved SP */
  /src/lib/libc/arch/arm/gen/
_lwp.c 67 u->uc_mcontext.__gregs[_REG_SP] = ((__greg_t)sp) & ~7;
makecontext.c 58 gr[_REG_SP] = (__greg_t)(uintptr_t)sp;
  /src/lib/libc/arch/arm/sys/
__sigtramp2.S 51 .cfi_def_cfa _REG_SP, SIZEOF_SIGINFO + _UC_GREGS
65 CFI_OFFSET(_REG_R13) /* a.k.a. _REG_SP */
  /src/lib/libc/arch/ia64/gen/
_lwp.c 62 gr[_REG_SP] = ((unsigned long) (stack_base + stack_size)) & ~0x7;
  /src/lib/libc/arch/or1k/gen/
makecontext.c 67 gr[_REG_SP] = (uintptr_t)sp;

Completed in 72 milliseconds

1 2 3