Searched refs:read_exec_only (Results 1 – 15 of 15) sorted by relevance
/openbmc/linux/tools/testing/selftests/x86/ |
H A D | ldt_gdt.c | 252 .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 D | sigreturn.c | 189 .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 D | fsgsbase_restore.c | 68 .read_exec_only = 0, in init_seg()
|
H A D | fsgsbase.c | 265 .read_exec_only = 0, in load_gs()
|
/openbmc/linux/arch/x86/um/asm/ |
H A D | mm_context.h | 42 (((info)->read_exec_only ^ 1) << 9) | \ 54 (info)->read_exec_only == 1 && \
|
H A D | desc.h | 11 (info)->read_exec_only == 1 && \
|
/openbmc/linux/arch/x86/include/uapi/asm/ |
H A D | ldt.h | 27 unsigned int read_exec_only:1; member
|
/openbmc/linux/arch/x86/um/shared/sysdep/ |
H A D | tls.h | 17 unsigned int read_exec_only:1; member
|
/openbmc/linux/arch/x86/include/asm/ |
H A D | desc.h | 23 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 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/linux/arch/x86/kernel/ |
H A D | tls.c | 206 info->read_exec_only = !(desc->type & 2); in fill_user_desc()
|
/openbmc/linux/arch/x86/um/ |
H A D | tls_32.c | 83 info->read_exec_only = 1; in clear_user_desc()
|
/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 | 6000 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 …]
|