Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dpid_namespace.h59 static inline int pidns_memfd_noexec_scope(struct pid_namespace *ns) in pidns_memfd_noexec_scope() function
69 static inline int pidns_memfd_noexec_scope(struct pid_namespace *ns) in pidns_memfd_noexec_scope() function
89 static inline int pidns_memfd_noexec_scope(struct pid_namespace *ns) in pidns_memfd_noexec_scope() function
/openbmc/linux/kernel/
H A Dpid_sysctl.h21 parent_scope = pidns_memfd_noexec_scope(ns->parent); in pid_mfd_noexec_dointvec_minmax()
H A Dpid_namespace.c114 ns->memfd_noexec_scope = pidns_memfd_noexec_scope(parent_pid_ns); in create_pid_namespace()
/openbmc/linux/mm/
H A Dmemfd.c275 int sysctl = pidns_memfd_noexec_scope(ns); in check_sysctl_memfd_noexec()