Home
last modified time | relevance | path

Searched refs:seg_not_present (Results 1 – 9 of 9) sorted by relevance

/arch/x86/um/asm/
Dmm_context.h46 (((info)->seg_not_present ^ 1) << 15) | \
59 (info)->seg_not_present == 1 && \
Ddesc.h14 (info)->seg_not_present == 1 && \
/arch/x86/include/uapi/asm/
Dldt.h29 unsigned int seg_not_present:1; member
/arch/x86/um/shared/sysdep/
Dtls.h19 unsigned int seg_not_present:1; member
/arch/x86/include/asm/
Ddesc.h29 desc->p = info->seg_not_present ^ 1; in fill_ldt()
345 (info)->seg_not_present == 1 && \
357 info->seg_not_present == 0 && in LDT_zero()
/arch/x86/kernel/
Dtls.c78 if (info->seg_not_present) in tls_desc_okay()
213 info->seg_not_present = !desc->p; in fill_user_desc()
Dldt.c401 if (ldt_info.seg_not_present == 0) in write_ldt()
/arch/x86/um/
Dtls_32.c87 info->seg_not_present = 1; in clear_user_desc()
Dldt.c143 if (ldt_info.seg_not_present == 0) in write_ldt()