Searched refs:read_exec_only (Results 1 – 4 of 4) sorted by relevance
| /openbmc/qemu/linux-user/x86_64/ |
| H A D | target_syscall.h | 52 unsigned int read_exec_only:1;
|
| /openbmc/qemu/bsd-user/x86_64/ |
| H A D | target_syscall.h | 69 unsigned int read_exec_only:1;
|
| /openbmc/qemu/tests/tcg/i386/ |
| H A D | test-i386.c | 1306 ldt.read_exec_only = 0; in test_segs() 1317 ldt.read_exec_only = 0; in test_segs() 1403 ldt.read_exec_only = 0; in test_code16() 1807 ldt.read_exec_only = 0; in test_exceptions()
|
| /openbmc/qemu/linux-user/ |
| H A D | syscall.c | 6030 int seg_32bit, contents, read_exec_only, limit_in_pages; in write_ldt() local 6048 read_exec_only = (ldt_info.flags >> 3) & 1; in write_ldt() 6082 read_exec_only == 1 && in write_ldt() 6098 ((read_exec_only ^ 1) << 9) | in write_ldt() 6145 int seg_32bit, contents, read_exec_only, limit_in_pages; in do_set_thread_area() local 6173 read_exec_only = (ldt_info.flags >> 3) & 1; in do_set_thread_area() 6192 read_exec_only == 1 && in do_set_thread_area() 6208 ((read_exec_only ^ 1) << 9) | in do_set_thread_area() 6230 int seg_32bit, contents, read_exec_only, limit_in_pages, idx; in do_get_thread_area() local 6247 read_exec_only = ((entry_2 >> 9) & 1) ^ 1; in do_get_thread_area() [all …]
|