Home
last modified time | relevance | path

Searched refs:LDT_empty (Results 1 – 5 of 5) sorted by relevance

/linux/arch/x86/um/asm/
H A Ddesc.h7 #define LDT_empty(info) (\ macro
/linux/arch/x86/kernel/
H A Dtls.c50 * 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()
H A Dldt.c605 LDT_empty(&ldt_info)) { in write_ldt()
/linux/arch/x86/um/
H A Dtls_32.c73 /* 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()
/linux/arch/x86/include/asm/
H A Ddesc.h354 #define LDT_empty(info) \ macro