Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/x86/
H 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 …]
H 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()
H A Dfsgsbase_restore.c70 .seg_not_present = 0, in init_seg()
H A Dfsgsbase.c267 .seg_not_present = 0, in load_gs()
/openbmc/linux/arch/x86/um/asm/
H A Dmm_context.h44 (((info)->seg_not_present ^ 1) << 15) | \
57 (info)->seg_not_present == 1 && \
H A Ddesc.h14 (info)->seg_not_present == 1 && \
/openbmc/linux/arch/x86/include/uapi/asm/
H A Dldt.h29 unsigned int seg_not_present:1; member
/openbmc/linux/arch/x86/um/shared/sysdep/
H A Dtls.h19 unsigned int seg_not_present:1; member
/openbmc/linux/arch/x86/include/asm/
H 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()
/openbmc/linux/arch/x86/kernel/
H A Dtls.c79 if (info->seg_not_present) in tls_desc_okay()
208 info->seg_not_present = !desc->p; in fill_user_desc()
H A Dldt.c600 if (ldt_info.seg_not_present == 0) in write_ldt()
/openbmc/qemu/linux-user/x86_64/
H A Dtarget_syscall.h54 unsigned int seg_not_present:1;
/openbmc/qemu/bsd-user/x86_64/
H A Dtarget_syscall.h71 unsigned int seg_not_present:1;
/openbmc/linux/arch/x86/um/
H A Dtls_32.c84 info->seg_not_present = 1; in clear_user_desc()
H A Dldt.c145 if (ldt_info.seg_not_present == 0) in write_ldt()
/openbmc/qemu/tests/tcg/i386/
H A Dtest-i386.c1308 ldt.seg_not_present = 0; in test_segs()
1319 ldt.seg_not_present = 0; in test_segs()
1405 ldt.seg_not_present = 0; in test_code16()
1809 ldt.seg_not_present = 1; in test_exceptions()
/openbmc/qemu/linux-user/
H A Dsyscall.c5971 int seg_not_present, useable, lm; in write_ldt() local
5990 seg_not_present = (ldt_info.flags >> 5) & 1; in write_ldt()
6000 if (seg_not_present == 0) in write_ldt()
6025 seg_not_present == 1 && in write_ldt()
6040 ((seg_not_present ^ 1) << 15) | in write_ldt()
6086 int seg_not_present, useable, lm; in do_set_thread_area() local
6115 seg_not_present = (ldt_info.flags >> 5) & 1; in do_set_thread_area()
6124 if (seg_not_present == 0) in do_set_thread_area()
6135 seg_not_present == 1 && in do_set_thread_area()
6150 ((seg_not_present ^ 1) << 15) | in do_set_thread_area()
[all …]