Searched refs:TARGET_GDT_ENTRY_TLS_MIN (Results 1 – 5 of 5) sorted by relevance
50 #define TARGET_GDT_ENTRY_TLS_MIN 6 macro51 #define TARGET_GDT_ENTRY_TLS_MAX (TARGET_GDT_ENTRY_TLS_MIN + TARGET_GDT_ENTRY_TLS_ENTRIES - 1)
33 #define TARGET_GDT_ENTRY_TLS_MIN 6 macro34 #define TARGET_GDT_ENTRY_TLS_MAX (TARGET_GDT_ENTRY_TLS_MIN + TARGET_GDT_ENTRY_TLS_ENTRIES - 1)
42 #define TARGET_GDT_ENTRY_TLS_MIN 12 macro
59 #define TARGET_GDT_ENTRY_TLS_MIN 12 macro
6098 for (i=TARGET_GDT_ENTRY_TLS_MIN; i<=TARGET_GDT_ENTRY_TLS_MAX; i++) { in do_set_thread_area()6108 if (ldt_info.entry_number < TARGET_GDT_ENTRY_TLS_MIN || in do_set_thread_area()6178 if (idx < TARGET_GDT_ENTRY_TLS_MIN || in do_get_thread_area()