Searched refs:read_exec_only (Results 1 – 11 of 11) sorted by relevance
/linux/tools/testing/selftests/x86/ |
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() 578 .read_exec_only = 0, in do_multicpu_tests() [all …]
|
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()
|
A D | fsgsbase_restore.c | 68 .read_exec_only = 0, in init_seg()
|
A D | fsgsbase.c | 265 .read_exec_only = 0, in load_gs()
|
/linux/arch/x86/um/asm/ |
A D | mm_context.h | 44 (((info)->read_exec_only ^ 1) << 9) | \ 56 (info)->read_exec_only == 1 && \
|
A D | desc.h | 11 (info)->read_exec_only == 1 && \
|
/linux/arch/x86/include/asm/ |
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()
|
/linux/arch/x86/include/uapi/asm/ |
A D | ldt.h | 27 unsigned int read_exec_only:1; member
|
/linux/arch/x86/um/shared/sysdep/ |
A D | tls.h | 17 unsigned int read_exec_only:1; member
|
/linux/arch/x86/kernel/ |
A D | tls.c | 205 info->read_exec_only = !(desc->type & 2); in fill_user_desc()
|
/linux/arch/x86/um/ |
A D | tls_32.c | 86 info->read_exec_only = 1; in clear_user_desc()
|
Completed in 11 milliseconds