Home
last modified time | relevance | path

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

/linux-6.15/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-6.15/kernel/
H A Dpid_sysctl.h21 parent_scope = pidns_memfd_noexec_scope(ns->parent); in pid_mfd_noexec_dointvec_minmax()
H A Dpid_namespace.c124 ns->memfd_noexec_scope = pidns_memfd_noexec_scope(parent_pid_ns); in create_pid_namespace()
/linux-6.15/mm/
H A Dmemfd.c311 int sysctl = pidns_memfd_noexec_scope(ns); in check_sysctl_memfd_noexec()