Searched refs:memfd_create (Results 1 – 25 of 49) sorted by relevance
12
/linux-6.12.1/Documentation/userspace-api/ |
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.12.1/tools/perf/trace/strace/groups/ |
D | string | 31 memfd_create
|
/linux-6.12.1/tools/testing/selftests/mm/ |
D | hugepage-mmap.c | 57 fd = memfd_create("hugepage-mmap", MFD_HUGETLB); in main()
|
D | gup_longterm.c | 250 fd = memfd_create("test", 0); in run_with_memfd() 318 fd = memfd_create("test", flags); in run_with_memfd_hugetlb()
|
D | hugetlb-soft-offline.c | 133 fd = memfd_create("hugetlb_tmp", MFD_HUGETLB); in create_hugetlbfs_file()
|
D | hugepage-mremap.c | 119 fd = memfd_create(argv[0], MFD_HUGETLB); in main()
|
D | hugetlb-madvise.c | 85 fd = memfd_create(argv[0], MFD_HUGETLB); in main()
|
D | mremap_dontunmap.c | 133 int mem_fd = memfd_create("memfd", MFD_CLOEXEC); in mremap_dontunmap_simple_shmem()
|
D | hugetlb-read-hwpoison.c | 242 fd = memfd_create("hugetlb_tmp", MFD_HUGETLB); in create_hugetlbfs_file()
|
D | cow.c | 1567 fd = memfd_create("test", 0); in run_with_memfd() 1667 fd = memfd_create("test", flags); in run_with_memfd_hugetlb()
|
D | uffd-common.c | 30 mem_fd = memfd_create("uffd-test", memfd_flags); in uffd_mem_fd_create()
|
/linux-6.12.1/tools/testing/selftests/drivers/dma-buf/ |
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.12.1/mm/ |
D | memfd.c | 330 SYSCALL_DEFINE2(memfd_create, in SYSCALL_DEFINE2() argument
|
/linux-6.12.1/kernel/ |
D | sys_ni.c | 248 COND_SYSCALL(memfd_create);
|
/linux-6.12.1/tools/testing/selftests/net/ |
D | ncdevmem.c | 217 *memfd = memfd_create("udmabuf-test", MFD_ALLOW_SEALING); in create_udmabuf()
|
/linux-6.12.1/Documentation/arch/arm64/ |
D | tagged-address-abi.rst | 34 returned by ``memfd_create()``) or ``/dev/zero``
|
/linux-6.12.1/tools/perf/arch/mips/entry/syscalls/ |
D | syscall_n64.tbl | 325 314 n64 memfd_create sys_memfd_create
|
/linux-6.12.1/arch/mips/kernel/syscalls/ |
D | syscall_n64.tbl | 325 314 n64 memfd_create sys_memfd_create
|
D | syscall_n32.tbl | 329 318 n32 memfd_create sys_memfd_create
|
/linux-6.12.1/arch/x86/entry/syscalls/ |
D | syscall_64.tbl | 331 319 common memfd_create sys_memfd_create
|
/linux-6.12.1/arch/arm64/tools/ |
D | syscall_64.tbl | 329 279 common memfd_create sys_memfd_create
|
/linux-6.12.1/tools/perf/arch/x86/entry/syscalls/ |
D | syscall_64.tbl | 331 319 common memfd_create sys_memfd_create
|
/linux-6.12.1/scripts/ |
D | syscall.tbl | 329 279 common memfd_create sys_memfd_create
|
/linux-6.12.1/arch/xtensa/kernel/syscalls/ |
D | syscall.tbl | 362 339 common memfd_create sys_memfd_create
|
/linux-6.12.1/arch/parisc/kernel/syscalls/ |
D | syscall.tbl | 386 340 common memfd_create sys_memfd_create
|
12