Home
last modified time | relevance | path

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

12

/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()
209 mfd = memfd_create("test", flags | MFD_CLOEXEC); in qemu_memfd_check()
/openbmc/qemu/include/qemu/
H A Dmemfd.h36 int memfd_create(const char *name, unsigned int flags);
/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/phosphor-bmc-code-mgmt/test/common/software/
H A Dsoftware_update.cpp99 int fd = memfd_create("test_memfd", 0); in makeUpdateFd()
/openbmc/phosphor-bmc-code-mgmt/test/common/device/
H A Ddevice.cpp60 const int fd = memfd_create("test_memfd", 0); in createTestPkgMemfd()
/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/qemu/linux-user/mips64/
H A Dsyscall_n64.tbl325 314 n64 memfd_create sys_memfd_create
H A Dsyscall_n32.tbl329 318 n32 memfd_create sys_memfd_create
/openbmc/qemu/linux-user/xtensa/
H A Dsyscall.tbl362 339 common memfd_create sys_memfd_create
/openbmc/qemu/linux-user/riscv/
H A Dsyscall.tbl329 279 common memfd_create sys_memfd_create
/openbmc/qemu/linux-user/loongarch64/
H A Dsyscall.tbl329 279 common memfd_create sys_memfd_create
/openbmc/qemu/linux-user/x86_64/
H A Dsyscall_64.tbl331 319 common memfd_create sys_memfd_create
/openbmc/qemu/linux-user/hexagon/
H A Dsyscall.tbl329 279 common memfd_create sys_memfd_create
/openbmc/qemu/linux-user/openrisc/
H A Dsyscall.tbl329 279 common memfd_create sys_memfd_create
/openbmc/qemu/linux-user/aarch64/
H A Dsyscall_64.tbl329 279 common memfd_create sys_memfd_create
/openbmc/qemu/linux-user/sh4/
H A Dsyscall.tbl384 374 common memfd_create sys_memfd_create
/openbmc/qemu/linux-user/hppa/
H A Dsyscall.tbl386 340 common memfd_create sys_memfd_create
/openbmc/qemu/linux-user/m68k/
H A Dsyscall.tbl363 353 common memfd_create sys_memfd_create
/openbmc/qemu/linux-user/microblaze/
H A Dsyscall.tbl396 386 common memfd_create sys_memfd_create
/openbmc/qemu/linux-user/alpha/
H A Dsyscall.tbl443 512 common memfd_create sys_memfd_create

12