Home
last modified time | relevance | path

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

/linux-6.3-rc2/arch/x86/um/asm/
A Dmm_context.h63 #define LDT_empty(info) (_LDT_empty(info) && ((info)->lm == 0)) macro
65 #define LDT_empty(info) (_LDT_empty(info)) macro
A Ddesc.h7 #define LDT_empty(info) (\ macro
/linux-6.3-rc2/arch/x86/kernel/
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()
A Dldt.c603 LDT_empty(&ldt_info)) { in write_ldt()
/linux-6.3-rc2/arch/x86/um/
A Dtls_32.c107 WARN_ON(!LDT_empty(&curr->tls)); in load_TLS()
224 if (LDT_empty(&info)) in arch_set_tls()
A Dldt.c191 (func == 1 || LDT_empty(&ldt_info))) { in write_ldt()
/linux-6.3-rc2/arch/x86/include/asm/
A Ddesc.h354 #define LDT_empty(info) \ macro

Completed in 23 milliseconds