HomeSort by relevance Sort by last modified time
    Searched refs:GDT_ENTRY_TLS_ENTRIES (Results 1 - 11 of 11) 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-5/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];

Completed in 50 milliseconds