Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dpid_namespace.h65 static inline int pidns_memfd_noexec_scope(struct pid_namespace *ns) in pidns_memfd_noexec_scope() function
75 static inline int pidns_memfd_noexec_scope(struct pid_namespace *ns) in pidns_memfd_noexec_scope() function
95 static inline int pidns_memfd_noexec_scope(struct pid_namespace *ns) in pidns_memfd_noexec_scope() function
/linux/mm/
H A Dmemfd.c322 int sysctl = pidns_memfd_noexec_scope(ns); in check_sysctl_memfd_noexec()
/linux/kernel/
H A Dpid_namespace.c124 ns->memfd_noexec_scope = pidns_memfd_noexec_scope(parent_pid_ns); in create_pid_namespace()