| /linux-6.15/Documentation/userspace-api/ |
| H A D | mfd_noexec.rst | 14 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 D | string | 31 memfd_create
|
| /linux-6.15/tools/testing/selftests/mm/ |
| H A D | hugepage-mmap.c | 57 fd = memfd_create("hugepage-mmap", MFD_HUGETLB); in main()
|
| H A D | gup_longterm.c | 259 fd = memfd_create("test", 0); in run_with_memfd() 327 fd = memfd_create("test", flags); in run_with_memfd_hugetlb()
|
| H A D | hugepage-mremap.c | 119 fd = memfd_create(argv[0], MFD_HUGETLB); in main()
|
| H A D | hugetlb-soft-offline.c | 133 fd = memfd_create("hugetlb_tmp", MFD_HUGETLB); in create_hugetlbfs_file()
|
| H A D | hugetlb-madvise.c | 85 fd = memfd_create(argv[0], MFD_HUGETLB); in main()
|
| H A D | mremap_dontunmap.c | 133 int mem_fd = memfd_create("memfd", MFD_CLOEXEC); in mremap_dontunmap_simple_shmem()
|
| H A D | hugetlb-read-hwpoison.c | 242 fd = memfd_create("hugetlb_tmp", MFD_HUGETLB); in create_hugetlbfs_file()
|
| H A D | cow.c | 1567 fd = memfd_create("test", 0); in run_with_memfd() 1667 fd = memfd_create("test", flags); in run_with_memfd_hugetlb()
|
| H A D | uffd-common.c | 30 mem_fd = memfd_create("uffd-test", memfd_flags); in uffd_mem_fd_create()
|
| /linux-6.15/tools/testing/selftests/drivers/dma-buf/ |
| H A D | udmabuf.c | 36 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 D | memfd.c | 458 SYSCALL_DEFINE2(memfd_create, in SYSCALL_DEFINE2() argument
|
| /linux-6.15/kernel/ |
| H A D | sys_ni.c | 248 COND_SYSCALL(memfd_create);
|
| /linux-6.15/tools/testing/selftests/exec/ |
| H A D | check-exec.c | 154 self->memfd = memfd_create("test-exec-probe", MFD_CLOEXEC); in FIXTURE_SETUP()
|
| /linux-6.15/arch/um/os-Linux/skas/ |
| H A D | process.c | 258 stub_exe_fd = memfd_create("uml-userspace", in init_stub_exe_fd()
|
| /linux-6.15/Documentation/arch/arm64/ |
| H A D | tagged-address-abi.rst | 34 returned by ``memfd_create()``) or ``/dev/zero``
|
| /linux-6.15/tools/testing/selftests/drivers/net/hw/ |
| H A D | ncdevmem.c | 117 ctx->memfd = memfd_create("udmabuf-test", MFD_ALLOW_SEALING); in udmabuf_alloc()
|
| /linux-6.15/arch/mips/kernel/syscalls/ |
| H A D | syscall_n64.tbl | 325 314 n64 memfd_create sys_memfd_create
|
| H A D | syscall_n32.tbl | 329 318 n32 memfd_create sys_memfd_create
|
| /linux-6.15/tools/perf/arch/mips/entry/syscalls/ |
| H A D | syscall_n64.tbl | 325 314 n64 memfd_create sys_memfd_create
|
| /linux-6.15/tools/scripts/ |
| H A D | syscall.tbl | 329 279 common memfd_create sys_memfd_create
|
| /linux-6.15/tools/perf/arch/arm64/entry/syscalls/ |
| H A D | syscall_64.tbl | 329 279 common memfd_create sys_memfd_create
|
| /linux-6.15/arch/arm64/tools/ |
| H A D | syscall_64.tbl | 329 279 common memfd_create sys_memfd_create
|
| /linux-6.15/scripts/ |
| H A D | syscall.tbl | 329 279 common memfd_create sys_memfd_create
|