Searched refs:LDT_empty (Results 1 – 5 of 5) sorted by relevance
7 #define LDT_empty(info) (\ macro
50 * a user_desc that satisfies LDT_empty. To keep everything in tls_desc_okay() 56 if (LDT_empty(info) || LDT_zero(info)) in tls_desc_okay() 98 if (LDT_empty(info) || LDT_zero(info)) in set_tls_desc()
605 LDT_empty(&ldt_info)) { in write_ldt()
73 /* Postcondition: LDT_empty(info) returns true. */ in clear_user_desc() 77 * Check the LDT_empty or the i386 sys_get_thread_area code - we obtain in clear_user_desc() 104 WARN_ON(!LDT_empty(&curr->tls)); in load_TLS() 221 if (LDT_empty(&info)) in arch_set_tls()
354 #define LDT_empty(info) \ macro