OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:GDT_ENTRY_TLS_ENTRIES
(Results
1 - 13
of
13
) sorted by null
/bionic/libc/kernel/arch-x86/asm/
segment_32.h
21
#define
GDT_ENTRY_TLS_ENTRIES
3
24
#define GDT_ENTRY_TLS_MAX (GDT_ENTRY_TLS_MIN +
GDT_ENTRY_TLS_ENTRIES
- 1)
25
#define TLS_SIZE (
GDT_ENTRY_TLS_ENTRIES
* 8)
/development/ndk/platforms/android-9/arch-x86/include/asm/
segment_32.h
21
#define
GDT_ENTRY_TLS_ENTRIES
3
24
#define GDT_ENTRY_TLS_MAX (GDT_ENTRY_TLS_MIN +
GDT_ENTRY_TLS_ENTRIES
- 1)
25
#define TLS_SIZE (
GDT_ENTRY_TLS_ENTRIES
* 8)
/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)
/prebuilts/ndk/4/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)
/prebuilts/ndk/4/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)
/prebuilts/ndk/6/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)
/prebuilts/ndk/7/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)
/prebuilts/ndk/7/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)
/prebuilts/ndk/8/platforms/android-14/arch-x86/usr/include/asm/
segment_32.h
21
#define
GDT_ENTRY_TLS_ENTRIES
3
24
#define GDT_ENTRY_TLS_MAX (GDT_ENTRY_TLS_MIN +
GDT_ENTRY_TLS_ENTRIES
- 1)
25
#define TLS_SIZE (
GDT_ENTRY_TLS_ENTRIES
* 8)
/prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/asm/
segment_32.h
21
#define
GDT_ENTRY_TLS_ENTRIES
3
24
#define GDT_ENTRY_TLS_MAX (GDT_ENTRY_TLS_MIN +
GDT_ENTRY_TLS_ENTRIES
- 1)
25
#define TLS_SIZE (
GDT_ENTRY_TLS_ENTRIES
* 8)
/prebuilts/ndk/9/platforms/android-14/arch-x86/usr/include/asm/
segment_32.h
21
#define
GDT_ENTRY_TLS_ENTRIES
3
24
#define GDT_ENTRY_TLS_MAX (GDT_ENTRY_TLS_MIN +
GDT_ENTRY_TLS_ENTRIES
- 1)
25
#define TLS_SIZE (
GDT_ENTRY_TLS_ENTRIES
* 8)
/prebuilts/ndk/9/platforms/android-18/arch-x86/usr/include/asm/
segment_32.h
21
#define
GDT_ENTRY_TLS_ENTRIES
3
24
#define GDT_ENTRY_TLS_MAX (GDT_ENTRY_TLS_MIN +
GDT_ENTRY_TLS_ENTRIES
- 1)
25
#define TLS_SIZE (
GDT_ENTRY_TLS_ENTRIES
* 8)
/prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/asm/
segment_32.h
21
#define
GDT_ENTRY_TLS_ENTRIES
3
24
#define GDT_ENTRY_TLS_MAX (GDT_ENTRY_TLS_MIN +
GDT_ENTRY_TLS_ENTRIES
- 1)
25
#define TLS_SIZE (
GDT_ENTRY_TLS_ENTRIES
* 8)
Completed in 76 milliseconds