Home
last modified time | relevance | path

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

/linux-4.1.27/arch/x86/um/asm/
Dmm_context.h46 (((info)->seg_not_present ^ 1) << 15) | \
59 (info)->seg_not_present == 1 && \
Ddesc.h13 (info)->seg_not_present == 1 && \
/linux-4.1.27/tools/testing/selftests/x86/
Dsigreturn.c171 .seg_not_present = 0, in setup_ldt()
184 .seg_not_present = 0, in setup_ldt()
197 .seg_not_present = 1, in setup_ldt()
210 .seg_not_present = 1, in setup_ldt()
223 .seg_not_present = 0, in setup_ldt()
248 .seg_not_present = 1, in setup_ldt()
/linux-4.1.27/arch/x86/include/uapi/asm/
Dldt.h28 unsigned int seg_not_present:1; member
/linux-4.1.27/arch/x86/um/shared/sysdep/
Dtls.h18 unsigned int seg_not_present:1; member
/linux-4.1.27/arch/x86/kernel/
Dtls.c76 if (info->seg_not_present) in tls_desc_okay()
169 info->seg_not_present = !desc->p; in fill_user_desc()
Dldt.c229 if (ldt_info.seg_not_present == 0) in write_ldt()
/linux-4.1.27/arch/x86/include/asm/
Ddesc.h23 desc->p = info->seg_not_present ^ 1; in fill_ldt()
262 (info)->seg_not_present == 1 && \
274 info->seg_not_present == 0 && in LDT_zero()
/linux-4.1.27/arch/x86/um/
Dtls_32.c86 info->seg_not_present = 1; in clear_user_desc()
Dldt.c138 if (ldt_info.seg_not_present == 0) in write_ldt()