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

  /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)
processor_32.h 210 struct desc_struct tls_array[GDT_ENTRY_TLS_ENTRIES];

Completed in 1101 milliseconds