OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GDT_ENTRY_TLS_ENTRIES
(Results
1 - 17
of
17
) sorted by null
/bionic/libc/kernel/arch-x86/asm/
segment_32.h
15
#define
GDT_ENTRY_TLS_ENTRIES
3
17
#define GDT_ENTRY_TLS_MAX (GDT_ENTRY_TLS_MIN +
GDT_ENTRY_TLS_ENTRIES
- 1)
19
#define TLS_SIZE (
GDT_ENTRY_TLS_ENTRIES
* 8)
processor_32.h
193
struct desc_struct tls_array[
GDT_ENTRY_TLS_ENTRIES
];
/development/ndk/platforms/android-9/arch-x86/include/asm/
segment_32.h
15
#define
GDT_ENTRY_TLS_ENTRIES
3
17
#define GDT_ENTRY_TLS_MAX (GDT_ENTRY_TLS_MIN +
GDT_ENTRY_TLS_ENTRIES
- 1)
19
#define TLS_SIZE (
GDT_ENTRY_TLS_ENTRIES
* 8)
processor_32.h
193
struct desc_struct tls_array[
GDT_ENTRY_TLS_ENTRIES
];
/external/kernel-headers/original/asm-x86/
segment_32.h
48
#define
GDT_ENTRY_TLS_ENTRIES
3
50
#define GDT_ENTRY_TLS_MAX (GDT_ENTRY_TLS_MIN +
GDT_ENTRY_TLS_ENTRIES
- 1)
52
#define TLS_SIZE (
GDT_ENTRY_TLS_ENTRIES
* 8)
desc_32.h
142
for (i = 0; i <
GDT_ENTRY_TLS_ENTRIES
; i++)
processor_32.h
349
struct desc_struct tls_array[
GDT_ENTRY_TLS_ENTRIES
];
/prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/asm/
segment_32.h
15
#define
GDT_ENTRY_TLS_ENTRIES
3
17
#define GDT_ENTRY_TLS_MAX (GDT_ENTRY_TLS_MIN +
GDT_ENTRY_TLS_ENTRIES
- 1)
19
#define TLS_SIZE (
GDT_ENTRY_TLS_ENTRIES
* 8)
processor_32.h
193
struct desc_struct tls_array[
GDT_ENTRY_TLS_ENTRIES
];
/prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/asm/
segment_32.h
15
#define
GDT_ENTRY_TLS_ENTRIES
3
17
#define GDT_ENTRY_TLS_MAX (GDT_ENTRY_TLS_MIN +
GDT_ENTRY_TLS_ENTRIES
- 1)
19
#define TLS_SIZE (
GDT_ENTRY_TLS_ENTRIES
* 8)
processor_32.h
193
struct desc_struct tls_array[
GDT_ENTRY_TLS_ENTRIES
];
/prebuilt/ndk/android-ndk-r6/platforms/android-9/arch-x86/usr/include/asm/
segment_32.h
15
#define
GDT_ENTRY_TLS_ENTRIES
3
17
#define GDT_ENTRY_TLS_MAX (GDT_ENTRY_TLS_MIN +
GDT_ENTRY_TLS_ENTRIES
- 1)
19
#define TLS_SIZE (
GDT_ENTRY_TLS_ENTRIES
* 8)
processor_32.h
193
struct desc_struct tls_array[
GDT_ENTRY_TLS_ENTRIES
];
/prebuilt/ndk/android-ndk-r7/platforms/android-14/arch-x86/usr/include/asm/
segment_32.h
15
#define
GDT_ENTRY_TLS_ENTRIES
3
17
#define GDT_ENTRY_TLS_MAX (GDT_ENTRY_TLS_MIN +
GDT_ENTRY_TLS_ENTRIES
- 1)
19
#define TLS_SIZE (
GDT_ENTRY_TLS_ENTRIES
* 8)
processor_32.h
193
struct desc_struct tls_array[
GDT_ENTRY_TLS_ENTRIES
];
/prebuilt/ndk/android-ndk-r7/platforms/android-9/arch-x86/usr/include/asm/
segment_32.h
15
#define
GDT_ENTRY_TLS_ENTRIES
3
17
#define GDT_ENTRY_TLS_MAX (GDT_ENTRY_TLS_MIN +
GDT_ENTRY_TLS_ENTRIES
- 1)
19
#define TLS_SIZE (
GDT_ENTRY_TLS_ENTRIES
* 8)
processor_32.h
193
struct desc_struct tls_array[
GDT_ENTRY_TLS_ENTRIES
];
Completed in 64 milliseconds