HomeSort by relevance Sort by last modified time
    Searched refs:GDT_ENTRY_TLS_MIN (Results 1 - 11 of 11) sorted by null

  /bionic/libc/kernel/arch-x86/asm/
segment_32.h 22 #define GDT_ENTRY_TLS_MIN 6
24 #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 22 #define GDT_ENTRY_TLS_MIN 6
24 #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];
  /prebuilts/ndk/4/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)
  /prebuilts/ndk/4/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)
  /prebuilts/ndk/6/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)
  /prebuilts/ndk/7/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)
  /prebuilts/ndk/7/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)
  /prebuilts/ndk/8/platforms/android-14/arch-x86/usr/include/asm/
segment_32.h 22 #define GDT_ENTRY_TLS_MIN 6
24 #define GDT_ENTRY_TLS_MAX (GDT_ENTRY_TLS_MIN + GDT_ENTRY_TLS_ENTRIES - 1)
  /prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/asm/
segment_32.h 22 #define GDT_ENTRY_TLS_MIN 6
24 #define GDT_ENTRY_TLS_MAX (GDT_ENTRY_TLS_MIN + GDT_ENTRY_TLS_ENTRIES - 1)

Completed in 164 milliseconds