Searched refs:qemu_memfd_alloc (Results 1 – 5 of 5) sorted by relevance
/openbmc/qemu/util/ |
H A D | memfd.c | 108 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 D | memfd.h | 42 void *qemu_memfd_alloc(const char *name, size_t size, unsigned int seals,
|
/openbmc/qemu/ui/ |
H A D | qemu-pixman.c | 281 return qemu_memfd_alloc(name, size, 0, handle, errp); in qemu_pixman_shareable_alloc()
|
/openbmc/qemu/tcg/ |
H A D | region.c | 580 buf_rw = qemu_memfd_alloc("tcg-jit", size, 0, &fd, errp); in alloc_code_gen_buffer_splitwx_memfd()
|
/openbmc/qemu/hw/virtio/ |
H A D | vhost.c | 350 log->log = qemu_memfd_alloc("vhost-log", logsize, in vhost_log_alloc()
|