/openbmc/openbmc/poky/meta/recipes-kernel/kexec/kexec-tools/ |
H A D | 0001-kexec.c-add-MFD_NOEXEC_SEAL-flag-explicitly.patch | 8 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 D | memfd.c | 39 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 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()
|
/openbmc/qemu/include/qemu/ |
H A D | memfd.h | 36 int memfd_create(const char *name, unsigned int flags);
|
/openbmc/linux/tools/perf/trace/strace/groups/ |
H A D | string | 31 memfd_create
|
/openbmc/linux/tools/testing/selftests/mm/ |
H A D | hugepage-mmap.c | 69 fd = memfd_create("hugepage-mmap", MFD_HUGETLB); in main()
|
H A 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()
|
H A D | hugepage-mremap.c | 125 fd = memfd_create(argv[0], MFD_HUGETLB); in main()
|
H A D | mremap_dontunmap.c | 132 int mem_fd = memfd_create("memfd", MFD_CLOEXEC); in mremap_dontunmap_simple_shmem()
|
H A D | hugetlb-madvise.c | 103 fd = memfd_create(argv[0], MFD_HUGETLB); in main()
|
H A D | hugetlb-read-hwpoison.c | 242 fd = memfd_create("hugetlb_tmp", MFD_HUGETLB); in create_hugetlbfs_file()
|
H A D | cow.c | 1474 fd = memfd_create("test", 0); in run_with_memfd() 1574 fd = memfd_create("test", flags); in run_with_memfd_hugetlb()
|
H A D | uffd-common.c | 29 mem_fd = memfd_create("uffd-test", memfd_flags); in uffd_mem_fd_create()
|
/openbmc/obmc-console/test/ |
H A D | test-config-parse.c | 19 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 D | 0004-elf_reader.cc-include-sys-reg.h-to-get-__WORDSIZE-on.patch | 41 AC_CHECK_FUNCS([arc4random getcontext getrandom memfd_create])
|
H A D | 0003-Dont-include-stab.h.patch | 80 AC_CHECK_FUNCS([arc4random getcontext getrandom memfd_create])
|
/openbmc/openbmc/poky/meta/recipes-graphics/wayland/wayland/ |
H A D | 0001-build-Fix-strndup-detection-on-MinGW.patch | 28 'memfd_create',
|
/openbmc/qemu/contrib/vhost-user-gpu/ |
H A D | vugbm.c | 64 buf->memfd = memfd_create("udmabuf-bo", MFD_ALLOW_SEALING); in udmabuf_alloc_bo()
|
/openbmc/qemu/linux-user/mips/ |
H A D | syscall-args-o32.c.inc | 355 [ 354] = 2, /* memfd_create */
|
/openbmc/linux/mm/ |
H A D | memfd.c | 294 SYSCALL_DEFINE2(memfd_create, in SYSCALL_DEFINE2() argument
|
/openbmc/linux/kernel/ |
H A D | sys_ni.c | 245 COND_SYSCALL(memfd_create);
|
/openbmc/linux/Documentation/arch/arm64/ |
H A D | tagged-address-abi.rst | 34 returned by ``memfd_create()``) or ``/dev/zero``
|
/openbmc/linux/tools/perf/arch/mips/entry/syscalls/ |
H A D | syscall_n64.tbl | 325 314 n64 memfd_create sys_memfd_create
|
/openbmc/qemu/linux-user/mips64/ |
H A D | syscall_n64.tbl | 325 314 n64 memfd_create sys_memfd_create
|
/openbmc/linux/arch/ia64/kernel/syscalls/ |
H A D | syscall.tbl | 328 316 common memfd_create sys_memfd_create
|