OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GDT_ENTRY_TLS_MIN
(Results
1 - 9
of
9
) sorted by null
/bionic/libc/kernel/arch-x86/asm/
segment_32.h
16
#define
GDT_ENTRY_TLS_MIN
6
17
#define GDT_ENTRY_TLS_MAX (
GDT_ENTRY_TLS_MIN
+ GDT_ENTRY_TLS_ENTRIES - 1)
/development/ndk/platforms/android-9/arch-x86/include/asm/
segment_32.h
16
#define
GDT_ENTRY_TLS_MIN
6
17
#define GDT_ENTRY_TLS_MAX (
GDT_ENTRY_TLS_MIN
+ GDT_ENTRY_TLS_ENTRIES - 1)
/external/kernel-headers/original/asm-x86/
segment_32.h
49
#define
GDT_ENTRY_TLS_MIN
6
50
#define GDT_ENTRY_TLS_MAX (
GDT_ENTRY_TLS_MIN
+ GDT_ENTRY_TLS_ENTRIES - 1)
desc_32.h
143
gdt[
GDT_ENTRY_TLS_MIN
+ i] = t->tls_array[i];
/prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/asm/
segment_32.h
16
#define
GDT_ENTRY_TLS_MIN
6
17
#define GDT_ENTRY_TLS_MAX (
GDT_ENTRY_TLS_MIN
+ GDT_ENTRY_TLS_ENTRIES - 1)
/prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/asm/
segment_32.h
16
#define
GDT_ENTRY_TLS_MIN
6
17
#define GDT_ENTRY_TLS_MAX (
GDT_ENTRY_TLS_MIN
+ GDT_ENTRY_TLS_ENTRIES - 1)
/prebuilt/ndk/android-ndk-r6/platforms/android-9/arch-x86/usr/include/asm/
segment_32.h
16
#define
GDT_ENTRY_TLS_MIN
6
17
#define GDT_ENTRY_TLS_MAX (
GDT_ENTRY_TLS_MIN
+ GDT_ENTRY_TLS_ENTRIES - 1)
/prebuilt/ndk/android-ndk-r7/platforms/android-14/arch-x86/usr/include/asm/
segment_32.h
16
#define
GDT_ENTRY_TLS_MIN
6
17
#define GDT_ENTRY_TLS_MAX (
GDT_ENTRY_TLS_MIN
+ GDT_ENTRY_TLS_ENTRIES - 1)
/prebuilt/ndk/android-ndk-r7/platforms/android-9/arch-x86/usr/include/asm/
segment_32.h
16
#define
GDT_ENTRY_TLS_MIN
6
17
#define GDT_ENTRY_TLS_MAX (
GDT_ENTRY_TLS_MIN
+ GDT_ENTRY_TLS_ENTRIES - 1)
Completed in 239 milliseconds