/kernel/linux/linux-5.10/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 in do_simple_tests() [all...] |
H A D | sigreturn.c | 192 .read_exec_only = 0, in setup_ldt() 205 .read_exec_only = 0, in setup_ldt() 218 .read_exec_only = 0, in setup_ldt() 231 .read_exec_only = 0, in setup_ldt() 244 .read_exec_only = 0, in setup_ldt() 269 .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()
|
/kernel/linux/linux-6.6/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 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()
|
/kernel/linux/linux-5.10/arch/x86/um/asm/ |
H A D | mm_context.h | 44 (((info)->read_exec_only ^ 1) << 9) | \ 56 (info)->read_exec_only == 1 && \
|
H A D | desc.h | 11 (info)->read_exec_only == 1 && \
|
/kernel/linux/linux-6.6/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 && \
|
/kernel/linux/linux-5.10/arch/x86/include/uapi/asm/ |
H A D | ldt.h | 27 unsigned int read_exec_only:1; member
|
/kernel/linux/linux-6.6/arch/x86/include/uapi/asm/ |
H A D | ldt.h | 27 unsigned int read_exec_only:1; member
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/asm-x86/asm/ |
H A D | ldt.h | 30 unsigned int read_exec_only : 1; member
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/asm-x86/asm/ |
H A D | ldt.h | 30 unsigned int read_exec_only : 1; member
|
/kernel/linux/linux-5.10/arch/x86/um/shared/sysdep/ |
H A D | tls.h | 17 unsigned int read_exec_only:1; member
|
/kernel/linux/linux-6.6/arch/x86/um/shared/sysdep/ |
H A D | tls.h | 17 unsigned int read_exec_only:1; member
|
/kernel/linux/linux-5.10/arch/x86/include/asm/ |
H A D | desc.h | 22 desc->type = (info->read_exec_only ^ 1) << 1; in fill_ldt() 337 (info)->read_exec_only == 1 && \ 349 info->read_exec_only == 0 && in LDT_zero()
|
/kernel/linux/linux-6.6/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()
|
/kernel/linux/linux-5.10/arch/x86/kernel/ |
H A D | tls.c | 211 info->read_exec_only = !(desc->type & 2); in fill_user_desc()
|
/kernel/linux/linux-6.6/arch/x86/kernel/ |
H A D | tls.c | 206 info->read_exec_only = !(desc->type & 2); in fill_user_desc()
|
/kernel/linux/linux-5.10/arch/x86/um/ |
H A D | tls_32.c | 83 info->read_exec_only = 1; in clear_user_desc()
|
/kernel/linux/linux-6.6/arch/x86/um/ |
H A D | tls_32.c | 83 info->read_exec_only = 1; in clear_user_desc()
|