Searched refs:GDT_ENTRY_TLS_ENTRIES (Results 1 – 9 of 9) sorted by relevance
7 #define GDT_ENTRY_TLS_ENTRIES 3 macro9 #define GDT_ENTRY_TLS_MAX (GDT_ENTRY_TLS_MIN + GDT_ENTRY_TLS_ENTRIES - 1)
22 struct uml_tls_struct tls_array[GDT_ENTRY_TLS_ENTRIES];29 .tls_array = { [ 0 ... GDT_ENTRY_TLS_ENTRIES - 1 ] = \
26 for (idx = 0; idx < GDT_ENTRY_TLS_ENTRIES; idx++) in get_free_idx()252 int n = GDT_ENTRY_TLS_ENTRIES; in regset_tls_active()264 if (pos >= GDT_ENTRY_TLS_ENTRIES * sizeof(struct user_desc) || in regset_tls_get()296 struct user_desc infobuf[GDT_ENTRY_TLS_ENTRIES]; in regset_tls_set()300 if (pos >= GDT_ENTRY_TLS_ENTRIES * sizeof(struct user_desc) || in regset_tls_set()
1285 .n = GDT_ENTRY_TLS_ENTRIES, .bias = GDT_ENTRY_TLS_MIN,
92 #define GDT_ENTRY_TLS_MAX (GDT_ENTRY_TLS_MIN + GDT_ENTRY_TLS_ENTRIES - 1)224 #define GDT_ENTRY_TLS_ENTRIES 3 macro225 #define TLS_SIZE (GDT_ENTRY_TLS_ENTRIES* 8)
281 for (i = 0; i < GDT_ENTRY_TLS_ENTRIES; i++) in native_load_tls()
442 struct desc_struct tls_array[GDT_ENTRY_TLS_ENTRIES];
71 for (idx = 0; idx < GDT_ENTRY_TLS_ENTRIES; idx++) in get_free_idx()391 host_gdt_entry_tls_min + GDT_ENTRY_TLS_ENTRIES); in __setup_host_supports_tls()
1850 memset(me->thread.tls_array, 0, GDT_ENTRY_TLS_ENTRIES * 8); in cpu_init()