Home
last modified time | relevance | path

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

/f-stack/freebsd/i386/linux/
H A Dlinux.h501 l_uint read_exec_only:1; member
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
439 desc.sd.sd_type = SDT_MEMRO | ((ld.read_exec_only ^ 1) << 1) | in linux_modify_ldt()
672 info.read_exec_only = !LINUX_GET_WRITABLE(&desc); in linux_get_thread_area()
/f-stack/freebsd/amd64/linux32/
H A Dlinux.h537 l_uint read_exec_only:1; member
567 (((info)->read_exec_only == 0) << LINUX_ENTRY_B_READ_EXEC_ONLY) | \
577 (info)->read_exec_only == 1 && \