Searched refs:LDT_empty (Results 1 - 7 of 7) sorted by relevance

/linux-master/arch/x86/um/asm/
H A Ddesc.h7 #define LDT_empty(info) (\ macro
H A Dmm_context.h61 #define LDT_empty(info) (_LDT_empty(info) && ((info)->lm == 0)) macro
63 #define LDT_empty(info) (_LDT_empty(info)) macro
/linux-master/arch/x86/um/
H A Dtls_32.c76 /* Postcondition: LDT_empty(info) returns true. */
80 * Check the LDT_empty or the i386 sys_get_thread_area code - we obtain
107 WARN_ON(!LDT_empty(&curr->tls));
224 if (LDT_empty(&info))
H A Dldt.c191 (func == 1 || LDT_empty(&ldt_info))) {
/linux-master/arch/x86/kernel/
H A Dtls.c50 * a user_desc that satisfies LDT_empty. To keep everything
56 if (LDT_empty(info) || LDT_zero(info))
98 if (LDT_empty(info) || LDT_zero(info))
H A Dldt.c605 LDT_empty(&ldt_info)) {
/linux-master/arch/x86/include/asm/
H A Ddesc.h355 #define LDT_empty(info) \ macro

Completed in 156 milliseconds