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

1 2

  /src/lib/libpthread/
pthread_specific.c 106 #ifdef _UC_TLSBASE
109 * Only copy and clear _UC_TLSBASE if it is set.
111 if (ucp->uc_flags & _UC_TLSBASE) {
113 uc.uc_flags &= ~_UC_TLSBASE;
116 #endif /* _UC_TLSBASE */
  /src/sys/sys/
ucontext.h 59 * _UC_TLSBASE Context contains valid pthread private pointer
89 #ifndef _UC_TLSBASE
90 #error _UC_TLSBASE not defined.
  /src/tests/lib/libc/sys/
t_swapcontext.c 73 printf("Testing if swapcontext() alters TLS pointer if _UC_TLSBASE "
84 ATF_REQUIRE(nctx.uc_flags & _UC_TLSBASE);
86 nctx.uc_flags &= ~_UC_TLSBASE;
  /src/lib/libc/arch/aarch64/gen/
_lwp.c 64 u->uc_flags |= _UC_TLSBASE;
  /src/lib/libc/arch/alpha/gen/
_lwp.c 69 u->uc_flags |= _UC_TLSBASE;
  /src/lib/libc/arch/arm/gen/
_lwp.c 71 u->uc_flags |= _UC_TLSBASE;
  /src/lib/libc/arch/i386/gen/
_lwp.c 70 u->uc_flags |= _UC_TLSBASE;
  /src/lib/libc/arch/ia64/gen/
_lwp.c 66 u->uc_flags |= _UC_TLSBASE;
  /src/lib/libc/arch/m68k/gen/
_lwp.c 68 u->uc_flags |= _UC_TLSBASE;
  /src/lib/libc/arch/x86_64/gen/
_lwp.c 70 u->uc_flags |= _UC_TLSBASE;
  /src/sys/arch/ia64/include/
mcontext.h 120 #define _UC_TLSBASE _UC_MD_BIT16
  /src/sys/arch/sh3/include/
mcontext.h 105 #define _UC_TLSBASE _UC_MD_BIT19
  /src/sys/arch/vax/include/
mcontext.h 70 #define _UC_TLSBASE _UC_MD_BIT19
  /src/sys/arch/usermode/dev/
cpu.c 203 pcb->pcb_ucp.uc_flags |= _UC_TLSBASE;
207 pcb->pcb_userret_ucp.uc_flags |= _UC_TLSBASE;
267 oldpcb->pcb_ucp.uc_flags & _UC_TLSBASE? "ON":"off");
277 newpcb->pcb_ucp.uc_flags & _UC_TLSBASE? "ON":"off");
326 *flags = _UC_CPU | _UC_FPU | _UC_TLSBASE;
358 if ((flags & _UC_TLSBASE) != 0)
375 ucp->uc_flags |= (flags & (_UC_CPU | _UC_FPU | _UC_TLSBASE));
452 pcb2->pcb_ucp.uc_flags |= _UC_TLSBASE;
  /src/lib/libc/arch/mips/gen/
_lwp.c 76 u->uc_flags |= _UC_TLSBASE;
  /src/lib/libc/arch/powerpc/gen/
_lwp.c 75 u->uc_flags |= _UC_TLSBASE;
  /src/lib/libc/arch/vax/gen/
_lwp.c 82 * The _UC_TLSBASE flag tells the kernel to pop it and use it.
86 u->uc_flags |= _UC_TLSBASE;
  /src/sys/arch/alpha/include/
mcontext.h 96 #define _UC_TLSBASE _UC_MD_BIT5 /* valid value in _REG_UNIQUE */
  /src/sys/arch/amd64/include/
mcontext.h 77 #define _UC_TLSBASE _UC_MD_BIT19
  /src/sys/arch/hppa/include/
mcontext.h 98 #define _UC_TLSBASE _UC_MD_BIT18
  /src/sys/arch/i386/include/
mcontext.h 42 #define _UC_TLSBASE _UC_MD_BIT19
  /src/sys/arch/m68k/include/
mcontext.h 102 #define _UC_TLSBASE _UC_MD_BIT19
  /src/sys/arch/or1k/include/
mcontext.h 88 #define _UC_TLSBASE 0x00080000 /* see <sys/ucontext.h> */
  /src/sys/arch/powerpc/include/
mcontext.h 133 #define _UC_TLSBASE _UC_MD_BIT19 /* thread context valid in R2 */
  /src/sys/arch/sparc64/include/
mcontext.h 77 #define _UC_TLSBASE _UC_MD_BIT19

Completed in 25 milliseconds

1 2