Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/x86/
A Dldt_gdt.c194 !desc->seg_not_present) { in install_valid()
254 .seg_not_present = 0, in do_simple_tests()
279 desc.seg_not_present = 1; in do_simple_tests()
383 desc.seg_not_present = 1; in do_simple_tests()
386 desc.seg_not_present = 0; in do_simple_tests()
391 desc.seg_not_present = 1; in do_simple_tests()
405 desc.seg_not_present = 0; in do_simple_tests()
580 .seg_not_present = 0, in do_multicpu_tests()
649 .seg_not_present = 0, in do_exec_test()
711 low_user_desc->seg_not_present = 0; in setup_low_user_desc()
[all …]
A Dsigreturn.c191 .seg_not_present = 0, in setup_ldt()
204 .seg_not_present = 0, in setup_ldt()
217 .seg_not_present = 1, in setup_ldt()
230 .seg_not_present = 1, in setup_ldt()
243 .seg_not_present = 0, in setup_ldt()
268 .seg_not_present = 1, in setup_ldt()
A Dfsgsbase_restore.c70 .seg_not_present = 0, in init_seg()
A Dfsgsbase.c267 .seg_not_present = 0, in load_gs()
/linux/arch/x86/um/asm/
A Dmm_context.h46 (((info)->seg_not_present ^ 1) << 15) | \
59 (info)->seg_not_present == 1 && \
A Ddesc.h14 (info)->seg_not_present == 1 && \
/linux/arch/x86/include/asm/
A Ddesc.h30 desc->p = info->seg_not_present ^ 1; in fill_ldt()
361 (info)->seg_not_present == 1 && \
373 info->seg_not_present == 0 && in LDT_zero()
/linux/arch/x86/include/uapi/asm/
A Dldt.h29 unsigned int seg_not_present:1; member
/linux/arch/x86/kernel/
A Dtls.c78 if (info->seg_not_present) in tls_desc_okay()
207 info->seg_not_present = !desc->p; in fill_user_desc()
A Dldt.c598 if (ldt_info.seg_not_present == 0) in write_ldt()
/linux/arch/x86/um/shared/sysdep/
A Dtls.h19 unsigned int seg_not_present:1; member
/linux/arch/x86/um/
A Dtls_32.c87 info->seg_not_present = 1; in clear_user_desc()
A Dldt.c143 if (ldt_info.seg_not_present == 0) in write_ldt()

Completed in 31 milliseconds