Home
last modified time | relevance | path

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

1234

/openbmc/openbmc/poky/meta/recipes-kernel/kexec/kexec-tools/
H A D0001-kexec.c-add-MFD_NOEXEC_SEAL-flag-explicitly.patch8 kexec[970]: memfd_create() called without MFD_EXEC or MFD_NOEXEC_SEAL set
39 - fd = memfd_create("kernel", MFD_ALLOW_SEALING);
40 + fd = memfd_create("kernel", MFD_ALLOW_SEALING | MFD_NOEXEC_SEAL);
/openbmc/qemu/util/
H A Dmemfd.c39 int memfd_create(const char *name, unsigned int flags) in memfd_create() function
73 mfd = memfd_create(name, flags); in qemu_memfd_create()
202 int mfd = memfd_create("test", flags | MFD_CLOEXEC); in qemu_memfd_check()
/openbmc/linux/tools/testing/selftests/drivers/dma-buf/
H A Dudmabuf.c21 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()
/openbmc/qemu/include/qemu/
H A Dmemfd.h36 int memfd_create(const char *name, unsigned int flags);
/openbmc/linux/tools/perf/trace/strace/groups/
H A Dstring31 memfd_create
/openbmc/linux/tools/testing/selftests/mm/
H A Dhugepage-mmap.c69 fd = memfd_create("hugepage-mmap", MFD_HUGETLB); in main()
H A Dgup_longterm.c242 fd = memfd_create("test", 0); in run_with_memfd()
309 fd = memfd_create("test", flags); in run_with_memfd_hugetlb()
H A Dhugepage-mremap.c125 fd = memfd_create(argv[0], MFD_HUGETLB); in main()
H A Dmremap_dontunmap.c132 int mem_fd = memfd_create("memfd", MFD_CLOEXEC); in mremap_dontunmap_simple_shmem()
H A Dhugetlb-madvise.c103 fd = memfd_create(argv[0], MFD_HUGETLB); in main()
H A Dhugetlb-read-hwpoison.c242 fd = memfd_create("hugetlb_tmp", MFD_HUGETLB); in create_hugetlbfs_file()
H A Dcow.c1474 fd = memfd_create("test", 0); in run_with_memfd()
1574 fd = memfd_create("test", flags); in run_with_memfd_hugetlb()
H A Duffd-common.c29 mem_fd = memfd_create("uffd-test", memfd_flags); in uffd_mem_fd_create()
/openbmc/obmc-console/test/
H A Dtest-config-parse.c19 int fd = memfd_create("test-parse-ini", 0); in mock_config_from_buffer()
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/breakpad/breakpad/
H A D0004-elf_reader.cc-include-sys-reg.h-to-get-__WORDSIZE-on.patch41 AC_CHECK_FUNCS([arc4random getcontext getrandom memfd_create])
H A D0003-Dont-include-stab.h.patch80 AC_CHECK_FUNCS([arc4random getcontext getrandom memfd_create])
/openbmc/openbmc/poky/meta/recipes-graphics/wayland/wayland/
H A D0001-build-Fix-strndup-detection-on-MinGW.patch28 'memfd_create',
/openbmc/qemu/contrib/vhost-user-gpu/
H A Dvugbm.c64 buf->memfd = memfd_create("udmabuf-bo", MFD_ALLOW_SEALING); in udmabuf_alloc_bo()
/openbmc/qemu/linux-user/mips/
H A Dsyscall-args-o32.c.inc355 [ 354] = 2, /* memfd_create */
/openbmc/linux/mm/
H A Dmemfd.c294 SYSCALL_DEFINE2(memfd_create, in SYSCALL_DEFINE2() argument
/openbmc/linux/kernel/
H A Dsys_ni.c245 COND_SYSCALL(memfd_create);
/openbmc/linux/Documentation/arch/arm64/
H A Dtagged-address-abi.rst34 returned by ``memfd_create()``) or ``/dev/zero``
/openbmc/linux/tools/perf/arch/mips/entry/syscalls/
H A Dsyscall_n64.tbl325 314 n64 memfd_create sys_memfd_create
/openbmc/qemu/linux-user/mips64/
H A Dsyscall_n64.tbl325 314 n64 memfd_create sys_memfd_create
/openbmc/linux/arch/ia64/kernel/syscalls/
H A Dsyscall.tbl328 316 common memfd_create sys_memfd_create

1234