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

/freebsd-13-stable/sys/i386/linux/
H A Dlinux.h501 l_uint read_exec_only:1; member in struct:l_user_desc
535 (((info)->read_exec_only == 0) << LINUX_ENTRY_B_READ_EXEC_ONLY) | \
545 (info)->read_exec_only == 1 && \
H A Dlinux_machdep.c87 l_uint read_exec_only:1; member in struct:l_descriptor
439 desc.sd.sd_type = SDT_MEMRO | ((ld.read_exec_only ^ 1) << 1) |
672 info.read_exec_only = !LINUX_GET_WRITABLE(&desc);
/freebsd-13-stable/sys/amd64/linux32/
H A Dlinux.h537 l_uint read_exec_only:1; member in struct:l_user_desc
567 (((info)->read_exec_only == 0) << LINUX_ENTRY_B_READ_EXEC_ONLY) | \
577 (info)->read_exec_only == 1 && \

Completed in 213 milliseconds