Home
last modified time | relevance | path

Searched refs:read_exec_only (Results 1 – 15 of 15) sorted by relevance

/openbmc/linux/tools/testing/selftests/x86/
H A Dldt_gdt.c252 .read_exec_only = 0, in do_simple_tests()
292 desc.read_exec_only = 1; in do_simple_tests()
300 desc.read_exec_only = 0; in do_simple_tests()
309 desc.read_exec_only = 1; in do_simple_tests()
313 desc.read_exec_only = 0; in do_simple_tests()
318 desc.read_exec_only = 1; in do_simple_tests()
387 desc.read_exec_only = 1; in do_simple_tests()
390 desc.read_exec_only = 0; in do_simple_tests()
394 desc.read_exec_only = 1; in do_simple_tests()
407 desc.read_exec_only = 0; in do_simple_tests()
[all …]
H A Dsigreturn.c189 .read_exec_only = 0, in setup_ldt()
202 .read_exec_only = 0, in setup_ldt()
215 .read_exec_only = 0, in setup_ldt()
228 .read_exec_only = 0, in setup_ldt()
241 .read_exec_only = 0, in setup_ldt()
266 .read_exec_only = 0, in setup_ldt()
H A Dfsgsbase_restore.c68 .read_exec_only = 0, in init_seg()
H A Dfsgsbase.c265 .read_exec_only = 0, in load_gs()
/openbmc/linux/arch/x86/um/asm/
H A Dmm_context.h42 (((info)->read_exec_only ^ 1) << 9) | \
54 (info)->read_exec_only == 1 && \
H A Ddesc.h11 (info)->read_exec_only == 1 && \
/openbmc/linux/arch/x86/include/uapi/asm/
H A Dldt.h27 unsigned int read_exec_only:1; member
/openbmc/linux/arch/x86/um/shared/sysdep/
H A Dtls.h17 unsigned int read_exec_only:1; member
/openbmc/linux/arch/x86/include/asm/
H A Ddesc.h23 desc->type = (info->read_exec_only ^ 1) << 1; in fill_ldt()
358 (info)->read_exec_only == 1 && \
370 info->read_exec_only == 0 && in LDT_zero()
/openbmc/qemu/linux-user/x86_64/
H A Dtarget_syscall.h52 unsigned int read_exec_only:1;
/openbmc/qemu/bsd-user/x86_64/
H A Dtarget_syscall.h69 unsigned int read_exec_only:1;
/openbmc/linux/arch/x86/kernel/
H A Dtls.c206 info->read_exec_only = !(desc->type & 2); in fill_user_desc()
/openbmc/linux/arch/x86/um/
H A Dtls_32.c83 info->read_exec_only = 1; in clear_user_desc()
/openbmc/qemu/tests/tcg/i386/
H A Dtest-i386.c1306 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 Dsyscall.c6000 int seg_32bit, contents, read_exec_only, limit_in_pages; in write_ldt() local
6018 read_exec_only = (ldt_info.flags >> 3) & 1; in write_ldt()
6052 read_exec_only == 1 && in write_ldt()
6068 ((read_exec_only ^ 1) << 9) | in write_ldt()
6115 int seg_32bit, contents, read_exec_only, limit_in_pages; in do_set_thread_area() local
6143 read_exec_only = (ldt_info.flags >> 3) & 1; in do_set_thread_area()
6162 read_exec_only == 1 && in do_set_thread_area()
6178 ((read_exec_only ^ 1) << 9) | in do_set_thread_area()
6200 int seg_32bit, contents, read_exec_only, limit_in_pages, idx; in do_get_thread_area() local
6217 read_exec_only = ((entry_2 >> 9) & 1) ^ 1; in do_get_thread_area()
[all …]