Home
last modified time | relevance | path

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

/qemu/linux-user/x86_64/
H A Dtarget_syscall.h54 unsigned int seg_not_present:1;
/qemu/bsd-user/x86_64/
H A Dtarget_syscall.h71 unsigned int seg_not_present:1;
/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()
/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 …]