Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/um/asm/
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
H A Ddesc.h7 #define LDT_empty(info) (\ macro
/openbmc/linux/arch/x86/kernel/
H A Dtls.c56 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()
/openbmc/linux/arch/x86/um/
H A Dtls_32.c107 WARN_ON(!LDT_empty(&curr->tls)); in load_TLS()
224 if (LDT_empty(&info)) in arch_set_tls()
H A Dldt.c191 (func == 1 || LDT_empty(&ldt_info))) { in write_ldt()
/openbmc/linux/arch/x86/include/asm/
H A Ddesc.h354 #define LDT_empty(info) \ macro