Searched refs:memfd_noexec_scope (Results 1 – 4 of 4) sorted by relevance
23 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),
114 ns->memfd_noexec_scope = pidns_memfd_noexec_scope(parent_pid_ns); in create_pid_namespace()
87 .memfd_noexec_scope = MEMFD_NOEXEC_SCOPE_EXEC,
42 int memfd_noexec_scope; member64 scope = max(scope, READ_ONCE(ns->memfd_noexec_scope)); in pidns_memfd_noexec_scope()