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 ] = \
27 for (idx = 0; idx < GDT_ENTRY_TLS_ENTRIES; idx++) in get_free_idx()247 int n = GDT_ENTRY_TLS_ENTRIES; in regset_tls_active()271 struct user_desc infobuf[GDT_ENTRY_TLS_ENTRIES]; in regset_tls_set()275 if (pos >= GDT_ENTRY_TLS_ENTRIES * sizeof(struct user_desc) || in regset_tls_set()
1335 .n = GDT_ENTRY_TLS_ENTRIES,
105 #define GDT_ENTRY_TLS_MAX (GDT_ENTRY_TLS_MIN + GDT_ENTRY_TLS_ENTRIES - 1)229 #define GDT_ENTRY_TLS_ENTRIES 3 macro230 #define TLS_SIZE (GDT_ENTRY_TLS_ENTRIES* 8)
297 for (i = 0; i < GDT_ENTRY_TLS_ENTRIES; i++) in native_load_tls()
416 struct desc_struct tls_array[GDT_ENTRY_TLS_ENTRIES];
68 for (idx = 0; idx < GDT_ENTRY_TLS_ENTRIES; idx++) in get_free_idx()383 host_gdt_entry_tls_min + GDT_ENTRY_TLS_ENTRIES); in __setup_host_supports_tls()
2311 memset(cur->thread.tls_array, 0, GDT_ENTRY_TLS_ENTRIES * 8); in cpu_init()