Home
last modified time | relevance | path

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

/linux-4.4.14/tools/testing/selftests/x86/
Dldt_gdt.c202 .seg_not_present = 0, in do_simple_tests()
227 desc.seg_not_present = 1; in do_simple_tests()
331 desc.seg_not_present = 1; in do_simple_tests()
334 desc.seg_not_present = 0; in do_simple_tests()
339 desc.seg_not_present = 1; in do_simple_tests()
353 desc.seg_not_present = 0; in do_simple_tests()
467 .seg_not_present = 0, in do_multicpu_tests()
539 .seg_not_present = 0, in do_exec_test()
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.4.14/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.4.14/arch/x86/include/uapi/asm/
Dldt.h28 unsigned int seg_not_present:1; member
/linux-4.4.14/arch/x86/um/shared/sysdep/
Dtls.h18 unsigned int seg_not_present:1; member
/linux-4.4.14/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.4.14/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.4.14/arch/x86/um/
Dtls_32.c87 info->seg_not_present = 1; in clear_user_desc()
Dldt.c142 if (ldt_info.seg_not_present == 0) in write_ldt()