Searched refs:memfd_create (Results 1 – 25 of 40) sorted by relevance
12
/Linux-v6.6/tools/testing/selftests/drivers/dma-buf/ |
D | udmabuf.c | 21 static int memfd_create(const char *name, unsigned int flags) in memfd_create() function 40 memfd = memfd_create("udmabuf-test", MFD_ALLOW_SEALING); in main()
|
/Linux-v6.6/tools/perf/trace/strace/groups/ |
D | string | 31 memfd_create
|
/Linux-v6.6/tools/testing/selftests/mm/ |
D | hugepage-mmap.c | 69 fd = memfd_create("hugepage-mmap", MFD_HUGETLB); in main()
|
D | gup_longterm.c | 242 fd = memfd_create("test", 0); in run_with_memfd() 309 fd = memfd_create("test", flags); in run_with_memfd_hugetlb()
|
D | hugepage-mremap.c | 125 fd = memfd_create(argv[0], MFD_HUGETLB); in main()
|
D | mremap_dontunmap.c | 132 int mem_fd = memfd_create("memfd", MFD_CLOEXEC); in mremap_dontunmap_simple_shmem()
|
D | hugetlb-madvise.c | 103 fd = memfd_create(argv[0], MFD_HUGETLB); in main()
|
D | hugetlb-read-hwpoison.c | 242 fd = memfd_create("hugetlb_tmp", MFD_HUGETLB); in create_hugetlbfs_file()
|
D | cow.c | 1474 fd = memfd_create("test", 0); in run_with_memfd() 1574 fd = memfd_create("test", flags); in run_with_memfd_hugetlb()
|
D | uffd-common.c | 28 mem_fd = memfd_create("uffd-test", memfd_flags); in uffd_mem_fd_create()
|
/Linux-v6.6/mm/ |
D | memfd.c | 294 SYSCALL_DEFINE2(memfd_create, in SYSCALL_DEFINE2() argument
|
/Linux-v6.6/kernel/ |
D | sys_ni.c | 231 COND_SYSCALL(memfd_create);
|
/Linux-v6.6/Documentation/arch/arm64/ |
D | tagged-address-abi.rst | 34 returned by ``memfd_create()``) or ``/dev/zero``
|
/Linux-v6.6/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-v6.6/arch/ia64/kernel/syscalls/ |
D | syscall.tbl | 328 316 common memfd_create sys_memfd_create
|
/Linux-v6.6/tools/perf/arch/mips/entry/syscalls/ |
D | syscall_n64.tbl | 325 314 n64 memfd_create sys_memfd_create
|
/Linux-v6.6/arch/xtensa/kernel/syscalls/ |
D | syscall.tbl | 362 339 common memfd_create sys_memfd_create
|
/Linux-v6.6/tools/perf/arch/x86/entry/syscalls/ |
D | syscall_64.tbl | 330 319 common memfd_create sys_memfd_create
|
/Linux-v6.6/arch/x86/entry/syscalls/ |
D | syscall_64.tbl | 330 319 common memfd_create sys_memfd_create
|
/Linux-v6.6/arch/arm/tools/ |
D | syscall.tbl | 402 385 common memfd_create sys_memfd_create
|
/Linux-v6.6/arch/parisc/kernel/syscalls/ |
D | syscall.tbl | 386 340 common memfd_create sys_memfd_create
|
/Linux-v6.6/arch/sh/kernel/syscalls/ |
D | syscall.tbl | 384 374 common memfd_create sys_memfd_create
|
/Linux-v6.6/arch/m68k/kernel/syscalls/ |
D | syscall.tbl | 363 353 common memfd_create sys_memfd_create
|
/Linux-v6.6/arch/microblaze/kernel/syscalls/ |
D | syscall.tbl | 396 386 common memfd_create sys_memfd_create
|
12