Home
last modified time | relevance | path

Searched refs:memfd_create (Results 1 – 25 of 64) sorted by relevance

123

/linux-6.15/Documentation/userspace-api/
H A Dmfd_noexec.rst14 execute bit set, and the memfd_create() syscall doesn't allow setting
31 - Let memfd_create() set X bit at creation time.
38 ``int memfd_create(const char *name, unsigned int flags)``
61 memfd_create() without MFD_EXEC nor MFD_NOEXEC_SEAL acts like
65 memfd_create() without MFD_EXEC nor MFD_NOEXEC_SEAL acts like
69 memfd_create() without MFD_NOEXEC_SEAL will be rejected.
71 The sysctl allows finer control of memfd_create for old software that
78 time. In addition, the setting is hierarchical, i.e. during memfd_create,
/linux-6.15/tools/perf/trace/strace/groups/
H A Dstring31 memfd_create
/linux-6.15/tools/testing/selftests/mm/
H A Dhugepage-mmap.c57 fd = memfd_create("hugepage-mmap", MFD_HUGETLB); in main()
H A Dgup_longterm.c259 fd = memfd_create("test", 0); in run_with_memfd()
327 fd = memfd_create("test", flags); in run_with_memfd_hugetlb()
H A Dhugepage-mremap.c119 fd = memfd_create(argv[0], MFD_HUGETLB); in main()
H A Dhugetlb-soft-offline.c133 fd = memfd_create("hugetlb_tmp", MFD_HUGETLB); in create_hugetlbfs_file()
H A Dhugetlb-madvise.c85 fd = memfd_create(argv[0], MFD_HUGETLB); in main()
H A Dmremap_dontunmap.c133 int mem_fd = memfd_create("memfd", MFD_CLOEXEC); in mremap_dontunmap_simple_shmem()
H A Dhugetlb-read-hwpoison.c242 fd = memfd_create("hugetlb_tmp", MFD_HUGETLB); in create_hugetlbfs_file()
H A Dcow.c1567 fd = memfd_create("test", 0); in run_with_memfd()
1667 fd = memfd_create("test", flags); in run_with_memfd_hugetlb()
H A Duffd-common.c30 mem_fd = memfd_create("uffd-test", memfd_flags); in uffd_mem_fd_create()
/linux-6.15/tools/testing/selftests/drivers/dma-buf/
H A Dudmabuf.c36 memfd = memfd_create("udmabuf-test", flags); in create_memfd_with_seals()
151 memfd = memfd_create("udmabuf-test", MFD_ALLOW_SEALING); in main()
/linux-6.15/mm/
H A Dmemfd.c458 SYSCALL_DEFINE2(memfd_create, in SYSCALL_DEFINE2() argument
/linux-6.15/kernel/
H A Dsys_ni.c248 COND_SYSCALL(memfd_create);
/linux-6.15/tools/testing/selftests/exec/
H A Dcheck-exec.c154 self->memfd = memfd_create("test-exec-probe", MFD_CLOEXEC); in FIXTURE_SETUP()
/linux-6.15/arch/um/os-Linux/skas/
H A Dprocess.c258 stub_exe_fd = memfd_create("uml-userspace", in init_stub_exe_fd()
/linux-6.15/Documentation/arch/arm64/
H A Dtagged-address-abi.rst34 returned by ``memfd_create()``) or ``/dev/zero``
/linux-6.15/tools/testing/selftests/drivers/net/hw/
H A Dncdevmem.c117 ctx->memfd = memfd_create("udmabuf-test", MFD_ALLOW_SEALING); in udmabuf_alloc()
/linux-6.15/arch/mips/kernel/syscalls/
H A Dsyscall_n64.tbl325 314 n64 memfd_create sys_memfd_create
H A Dsyscall_n32.tbl329 318 n32 memfd_create sys_memfd_create
/linux-6.15/tools/perf/arch/mips/entry/syscalls/
H A Dsyscall_n64.tbl325 314 n64 memfd_create sys_memfd_create
/linux-6.15/tools/scripts/
H A Dsyscall.tbl329 279 common memfd_create sys_memfd_create
/linux-6.15/tools/perf/arch/arm64/entry/syscalls/
H A Dsyscall_64.tbl329 279 common memfd_create sys_memfd_create
/linux-6.15/arch/arm64/tools/
H A Dsyscall_64.tbl329 279 common memfd_create sys_memfd_create
/linux-6.15/scripts/
H A Dsyscall.tbl329 279 common memfd_create sys_memfd_create

123