Home
last modified time | relevance | path

Searched refs:VHOST_VDPA_SET_CONFIG_CALL (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/tools/include/uapi/linux/
H A Dvhost.h174 #define VHOST_VDPA_SET_CONFIG_CALL _IOW(VHOST_VIRTIO, 0x77, int) macro
/openbmc/linux/include/uapi/linux/
H A Dvhost.h174 #define VHOST_VDPA_SET_CONFIG_CALL _IOW(VHOST_VIRTIO, 0x77, int) macro
/openbmc/qemu/linux-headers/linux/
H A Dvhost.h174 #define VHOST_VDPA_SET_CONFIG_CALL _IOW(VHOST_VIRTIO, 0x77, int) macro
/openbmc/qemu/hw/virtio/
H A Dvhost-vdpa.c941 return vhost_vdpa_call(dev, VHOST_VDPA_SET_CONFIG_CALL, &fd); in vhost_vdpa_set_config_call()
/openbmc/linux/drivers/vhost/
H A Dvdpa.c756 case VHOST_VDPA_SET_CONFIG_CALL: in vhost_vdpa_unlocked_ioctl()
/openbmc/openbmc/poky/meta/recipes-devtools/rust/files/
H A Drv32-missing-syscalls.patch848 +pub const VHOST_VDPA_SET_CONFIG_CALL: u32 = 1074048887;