Home
last modified time | relevance | path

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

/src/sys/i386/linux/
H A Dlinux.h286 l_uint read_exec_only:1; member
320 (((info)->read_exec_only == 0) << LINUX_ENTRY_B_READ_EXEC_ONLY) | \
330 (info)->read_exec_only == 1 && \
H A Dlinux_machdep.c83 l_uint read_exec_only:1; member
396 desc.sd.sd_type = SDT_MEMRO | ((ld.read_exec_only ^ 1) << 1) | in linux_modify_ldt()
583 info.read_exec_only = !LINUX_GET_WRITABLE(&desc); in linux_get_thread_area()
/src/sys/amd64/linux32/
H A Dlinux.h323 l_uint read_exec_only:1; member
353 (((info)->read_exec_only == 0) << LINUX_ENTRY_B_READ_EXEC_ONLY) | \
363 (info)->read_exec_only == 1 && \