Home
last modified time | relevance | path

Searched refs:useable (Results 1 – 5 of 5) sorted by relevance

/openbmc/qemu/linux-user/x86_64/
H A Dtarget_syscall.h55 unsigned int useable:1;
/openbmc/qemu/bsd-user/x86_64/
H A Dtarget_syscall.h72 unsigned int useable:1;
/openbmc/openbmc/poky/meta/recipes-core/glibc/glibc/
H A D0011-eglibc-Help-bootstrap-cross-toolchain.patch43 +# other headers, so 'make install-headers' produces a useable include
/openbmc/qemu/tests/tcg/i386/
H A Dtest-i386.c1309 ldt.useable = 1; in test_segs()
1320 ldt.useable = 1; in test_segs()
1406 ldt.useable = 1; in test_code16()
1810 ldt.useable = 1; in test_exceptions()
/openbmc/qemu/linux-user/
H A Dsyscall.c6031 int seg_not_present, useable, lm; in write_ldt() local
6051 useable = (ldt_info.flags >> 6) & 1; in write_ldt()
6086 useable == 0 )) { in write_ldt()
6106 entry_2 |= (useable << 20); in write_ldt()
6146 int seg_not_present, useable, lm; in do_set_thread_area() local
6176 useable = (ldt_info.flags >> 6) & 1; in do_set_thread_area()
6196 useable == 0 )) { in do_set_thread_area()
6213 (useable << 20) | in do_set_thread_area()
6231 int seg_not_present, useable, lm; in do_get_thread_area() local
6252 useable = (entry_2 >> 20) & 1; in do_get_thread_area()
[all …]