Home
last modified time | relevance | path

Searched refs:qemu_memfd_alloc (Results 1 – 5 of 5) sorted by relevance

/openbmc/qemu/util/
H A Dmemfd.c108 void *qemu_memfd_alloc(const char *name, size_t size, unsigned int seals, in qemu_memfd_alloc() function
186 ptr = qemu_memfd_alloc("test", 4096, 0, &fd, NULL); in qemu_memfd_alloc_check()
/openbmc/qemu/include/qemu/
H A Dmemfd.h42 void *qemu_memfd_alloc(const char *name, size_t size, unsigned int seals,
/openbmc/qemu/ui/
H A Dqemu-pixman.c281 return qemu_memfd_alloc(name, size, 0, handle, errp); in qemu_pixman_shareable_alloc()
/openbmc/qemu/tcg/
H A Dregion.c580 buf_rw = qemu_memfd_alloc("tcg-jit", size, 0, &fd, errp); in alloc_code_gen_buffer_splitwx_memfd()
/openbmc/qemu/hw/virtio/
H A Dvhost.c350 log->log = qemu_memfd_alloc("vhost-log", logsize, in vhost_log_alloc()