Home
last modified time | relevance | path

Searched refs:LDT_zero (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/arch/x86/kernel/
Dtls.c54 if (LDT_empty(info) || LDT_zero(info)) in tls_desc_okay()
96 if (LDT_empty(info) || LDT_zero(info)) in set_tls_desc()
/Linux-v4.19/arch/x86/include/asm/
Ddesc.h349 static inline bool LDT_zero(const struct user_desc *info) in LDT_zero() function