Home
last modified time | relevance | path

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

/linux-4.4.14/tools/testing/selftests/x86/
Dldt_gdt.c200 .read_exec_only = 0, in do_simple_tests()
240 desc.read_exec_only = 1; in do_simple_tests()
248 desc.read_exec_only = 0; in do_simple_tests()
257 desc.read_exec_only = 1; in do_simple_tests()
261 desc.read_exec_only = 0; in do_simple_tests()
266 desc.read_exec_only = 1; in do_simple_tests()
335 desc.read_exec_only = 1; in do_simple_tests()
338 desc.read_exec_only = 0; in do_simple_tests()
342 desc.read_exec_only = 1; in do_simple_tests()
354 desc.read_exec_only = 0; in do_simple_tests()
[all …]
Dsigreturn.c169 .read_exec_only = 0, in setup_ldt()
182 .read_exec_only = 0, in setup_ldt()
195 .read_exec_only = 0, in setup_ldt()
208 .read_exec_only = 0, in setup_ldt()
221 .read_exec_only = 0, in setup_ldt()
246 .read_exec_only = 0, in setup_ldt()
/linux-4.4.14/arch/x86/um/asm/
Dmm_context.h44 (((info)->read_exec_only ^ 1) << 9) | \
56 (info)->read_exec_only == 1 && \
Ddesc.h10 (info)->read_exec_only == 1 && \
/linux-4.4.14/arch/x86/include/uapi/asm/
Dldt.h26 unsigned int read_exec_only:1; member
/linux-4.4.14/arch/x86/um/shared/sysdep/
Dtls.h16 unsigned int read_exec_only:1; member
/linux-4.4.14/arch/x86/include/asm/
Ddesc.h18 desc->type = (info->read_exec_only ^ 1) << 1; in fill_ldt()
259 (info)->read_exec_only == 1 && \
271 info->read_exec_only == 0 && in LDT_zero()
/linux-4.4.14/arch/x86/kernel/
Dtls.c167 info->read_exec_only = !(desc->type & 2); in fill_user_desc()
/linux-4.4.14/arch/x86/um/
Dtls_32.c86 info->read_exec_only = 1; in clear_user_desc()