Home
last modified time | relevance | path

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

/linux-6.1.9/arch/x86/um/asm/
Dmm_context.h63 #define LDT_empty(info) (_LDT_empty(info) && ((info)->lm == 0)) macro
65 #define LDT_empty(info) (_LDT_empty(info)) macro
Ddesc.h7 #define LDT_empty(info) (\ macro
/linux-6.1.9/arch/x86/kernel/
Dtls.c55 if (LDT_empty(info) || LDT_zero(info)) in tls_desc_okay()
97 if (LDT_empty(info) || LDT_zero(info)) in set_tls_desc()
Dldt.c603 LDT_empty(&ldt_info)) { in write_ldt()
/linux-6.1.9/arch/x86/um/
Dtls_32.c107 WARN_ON(!LDT_empty(&curr->tls)); in load_TLS()
224 if (LDT_empty(&info)) in arch_set_tls()
Dldt.c191 (func == 1 || LDT_empty(&ldt_info))) { in write_ldt()
/linux-6.1.9/arch/x86/include/asm/
Ddesc.h354 #define LDT_empty(info) \ macro