Searched refs:_UC_TLSBASE (Results 1 - 24 of 24) sorted by relevance

/netbsd-6-1-5-RELEASE/lib/libc/arch/arm/gen/
H A D_lwp.c72 u->uc_flags |= _UC_TLSBASE;
/netbsd-6-1-5-RELEASE/lib/libc/arch/i386/gen/
H A D_lwp.c70 u->uc_flags |= _UC_TLSBASE;
/netbsd-6-1-5-RELEASE/lib/libc/arch/m68k/gen/
H A D_lwp.c66 u->uc_flags |= _UC_TLSBASE;
/netbsd-6-1-5-RELEASE/lib/libc/arch/x86_64/gen/
H A D_lwp.c70 u->uc_flags |= _UC_TLSBASE;
/netbsd-6-1-5-RELEASE/sys/arch/vax/include/
H A Dmcontext.h68 #define _UC_TLSBASE 0x00080000 macro
/netbsd-6-1-5-RELEASE/sys/arch/hppa/include/
H A Dmcontext.h76 #define _UC_TLSBASE 0x00040000 macro
/netbsd-6-1-5-RELEASE/lib/libc/arch/mips/gen/
H A D_lwp.c71 u->uc_flags |= _UC_TLSBASE;
/netbsd-6-1-5-RELEASE/lib/libc/arch/vax/gen/
H A D_lwp.c82 * The _UC_TLSBASE flag tells the kernel to pop it and use it.
86 u->uc_flags |= _UC_TLSBASE;
/netbsd-6-1-5-RELEASE/sys/arch/i386/include/
H A Dmcontext.h42 #define _UC_TLSBASE 0x00080000 macro
/netbsd-6-1-5-RELEASE/sys/arch/m68k/include/
H A Dmcontext.h102 #define _UC_TLSBASE 0x00080000 macro
/netbsd-6-1-5-RELEASE/sys/arch/arm/include/
H A Dmcontext.h100 #define _UC_TLSBASE 0x00080000 macro
/netbsd-6-1-5-RELEASE/sys/arch/amd64/include/
H A Dmcontext.h77 #define _UC_TLSBASE 0x00080000 macro
/netbsd-6-1-5-RELEASE/sys/arch/mips/include/
H A Dmcontext.h159 #define _UC_TLSBASE 0x00040000 macro
/netbsd-6-1-5-RELEASE/sys/arch/arm/arm/
H A Dsig_machdep.c204 *flags |= _UC_TLSBASE;
258 if ((flags & _UC_TLSBASE) != 0)
/netbsd-6-1-5-RELEASE/sys/arch/hppa/hppa/
H A Dhppa_machdep.c204 *flags |= _UC_CPU | _UC_TLSBASE;
329 if (flags & _UC_TLSBASE) {
/netbsd-6-1-5-RELEASE/sys/arch/m68k/m68k/
H A Dsig_machdep.c263 *flags |= _UC_TLSBASE;
437 if ((flags & _UC_TLSBASE) != 0)
/netbsd-6-1-5-RELEASE/sys/arch/usermode/target/i386/
H A Dcpu_i386.c100 #define _UC_TLSBASE 0x00080000 macro
/netbsd-6-1-5-RELEASE/sys/arch/usermode/target/x86_64/
H A Dcpu_x86_64.c100 #define _UC_TLSBASE 0x00080000 macro
/netbsd-6-1-5-RELEASE/sys/arch/mips/mips/
H A Dnetbsd32_machdep.c266 *flagsp |= _UC_TLSBASE;
H A Dcpu_subr.c408 *flags |= _UC_CPU | _UC_TLSBASE;
483 if (flags & _UC_TLSBASE) {
/netbsd-6-1-5-RELEASE/sys/arch/vax/vax/
H A Dmachdep.c743 if (flags & _UC_TLSBASE) {
/netbsd-6-1-5-RELEASE/sys/arch/amd64/amd64/
H A Dnetbsd32_machdep.c881 if ((flags & _UC_TLSBASE) != 0)
945 *flags |= _UC_TLSBASE;
H A Dmachdep.c2035 *flags |= _UC_TLSBASE;
2104 if ((flags & _UC_TLSBASE) != 0)
/netbsd-6-1-5-RELEASE/sys/arch/i386/i386/
H A Dmachdep.c1758 *flags |= _UC_TLSBASE;
1861 if ((flags & _UC_TLSBASE) != 0)

Completed in 208 milliseconds