Searched refs:VHOST_SET_MEM_TABLE (Results 1 – 8 of 8) sorted by relevance
/openbmc/linux/tools/include/uapi/linux/ |
H A D | vhost.h | 38 #define VHOST_SET_MEM_TABLE _IOW(VHOST_VIRTIO, 0x03, struct vhost_memory) macro
|
/openbmc/linux/include/uapi/linux/ |
H A D | vhost.h | 38 #define VHOST_SET_MEM_TABLE _IOW(VHOST_VIRTIO, 0x03, struct vhost_memory) macro
|
/openbmc/qemu/linux-headers/linux/ |
H A D | vhost.h | 38 #define VHOST_SET_MEM_TABLE _IOW(VHOST_VIRTIO, 0x03, struct vhost_memory) macro
|
/openbmc/qemu/hw/virtio/ |
H A D | vhost-backend.c | 104 return vhost_kernel_call(dev, VHOST_SET_MEM_TABLE, mem); in vhost_kernel_set_mem_table()
|
/openbmc/linux/tools/virtio/ |
H A D | virtio_test.c | 150 r = ioctl(dev->control, VHOST_SET_MEM_TABLE, dev->mem); in vdev_info_init()
|
/openbmc/linux/drivers/vhost/ |
H A D | vhost.c | 2130 case VHOST_SET_MEM_TABLE: in vhost_dev_ioctl()
|
/openbmc/openbmc/poky/meta/recipes-devtools/rust/files/ |
H A D | rv32-missing-syscalls.patch | 775 +pub const VHOST_SET_MEM_TABLE: u32 = 1074310915;
|
/openbmc/qemu/docs/interop/ |
H A D | vhost-user.rst | 1138 :equivalent ioctl: ``VHOST_SET_MEM_TABLE``
|