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

Completed in 23 milliseconds