Home
last modified time | relevance | path

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

/openbmc/linux/kernel/
H A Dpid_sysctl.h23 scope = max(READ_ONCE(ns->memfd_noexec_scope), parent_scope); in pid_mfd_noexec_dointvec_minmax()
30 WRITE_ONCE(ns->memfd_noexec_scope, scope); in pid_mfd_noexec_dointvec_minmax()
37 .data = &init_pid_ns.memfd_noexec_scope,
38 .maxlen = sizeof(init_pid_ns.memfd_noexec_scope),
H A Dpid_namespace.c114 ns->memfd_noexec_scope = pidns_memfd_noexec_scope(parent_pid_ns); in create_pid_namespace()
H A Dpid.c87 .memfd_noexec_scope = MEMFD_NOEXEC_SCOPE_EXEC,
/openbmc/linux/include/linux/
H A Dpid_namespace.h42 int memfd_noexec_scope; member
64 scope = max(scope, READ_ONCE(ns->memfd_noexec_scope)); in pidns_memfd_noexec_scope()