Home
last modified time | relevance | path

Searched refs:VHOST_SET_VRING_ENDIAN (Results 1 – 25 of 40) sorted by relevance

12

/dports/emulators/qemu42/qemu-4.2.1/linux-headers/linux/
H A Dvhost.h69 #define VHOST_SET_VRING_ENDIAN _IOW(VHOST_VIRTIO, 0x13, struct vhost_vring_state) macro
/dports/emulators/qemu-utils/qemu-4.2.1/linux-headers/linux/
H A Dvhost.h69 #define VHOST_SET_VRING_ENDIAN _IOW(VHOST_VIRTIO, 0x13, struct vhost_vring_state) macro
/dports/emulators/qemu-cheri/qemu-0a323821042c36e21ea80e58b9545dfc3b0cb8ef/linux-headers/linux/
H A Dvhost.h69 #define VHOST_SET_VRING_ENDIAN _IOW(VHOST_VIRTIO, 0x13, struct vhost_vring_state) macro
/dports/emulators/qemu-guest-agent/qemu-5.0.1/linux-headers/linux/
H A Dvhost.h69 #define VHOST_SET_VRING_ENDIAN _IOW(VHOST_VIRTIO, 0x13, struct vhost_vring_state)
/dports/multimedia/v4l_compat/linux-5.13-rc2/include/uapi/linux/
H A Dvhost.h71 #define VHOST_SET_VRING_ENDIAN _IOW(VHOST_VIRTIO, 0x13, struct vhost_vring_state) macro
/dports/multimedia/v4l_compat/linux-5.13-rc2/tools/include/uapi/linux/
H A Dvhost.h71 #define VHOST_SET_VRING_ENDIAN _IOW(VHOST_VIRTIO, 0x13, struct vhost_vring_state) macro
/dports/emulators/qemu/qemu-6.2.0/linux-headers/linux/
H A Dvhost.h71 #define VHOST_SET_VRING_ENDIAN _IOW(VHOST_VIRTIO, 0x13, struct vhost_vring_state) macro
/dports/emulators/qemu60/qemu-6.0.0/linux-headers/linux/
H A Dvhost.h71 #define VHOST_SET_VRING_ENDIAN _IOW(VHOST_VIRTIO, 0x13, struct vhost_vring_state) macro
/dports/multimedia/libv4l/linux-5.13-rc2/tools/include/uapi/linux/
H A Dvhost.h71 #define VHOST_SET_VRING_ENDIAN _IOW(VHOST_VIRTIO, 0x13, struct vhost_vring_state) macro
/dports/multimedia/libv4l/linux-5.13-rc2/include/uapi/linux/
H A Dvhost.h71 #define VHOST_SET_VRING_ENDIAN _IOW(VHOST_VIRTIO, 0x13, struct vhost_vring_state) macro
/dports/emulators/qemu5/qemu-5.2.0/linux-headers/linux/
H A Dvhost.h71 #define VHOST_SET_VRING_ENDIAN _IOW(VHOST_VIRTIO, 0x13, struct vhost_vring_state) macro
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-linux-any/linux/
H A Dvhost.h71 #define VHOST_SET_VRING_ENDIAN _IOW(VHOST_VIRTIO, 0x13, struct vhost_vring_state) macro
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-linux-any/linux/
H A Dvhost.h71 #define VHOST_SET_VRING_ENDIAN _IOW(VHOST_VIRTIO, 0x13, struct vhost_vring_state) macro
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/linux-headers/linux/
H A Dvhost.h71 #define VHOST_SET_VRING_ENDIAN _IOW(VHOST_VIRTIO, 0x13, struct vhost_vring_state) macro
/dports/multimedia/v4l-utils/linux-5.13-rc2/include/uapi/linux/
H A Dvhost.h71 #define VHOST_SET_VRING_ENDIAN _IOW(VHOST_VIRTIO, 0x13, struct vhost_vring_state) macro
/dports/multimedia/v4l-utils/linux-5.13-rc2/tools/include/uapi/linux/
H A Dvhost.h71 #define VHOST_SET_VRING_ENDIAN _IOW(VHOST_VIRTIO, 0x13, struct vhost_vring_state) macro
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/linux-headers/linux/
H A Dvhost.h154 #define VHOST_SET_VRING_ENDIAN _IOW(VHOST_VIRTIO, 0x13, struct vhost_vring_state) macro
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/vhost/
H A DKconfig85 VHOST_SET_VRING_ENDIAN and VHOST_GET_VRING_ENDIAN ioctls.
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/vhost/
H A DKconfig85 VHOST_SET_VRING_ENDIAN and VHOST_GET_VRING_ENDIAN ioctls.
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/vhost/
H A DKconfig85 VHOST_SET_VRING_ENDIAN and VHOST_GET_VRING_ENDIAN ioctls.
/dports/emulators/qemu42/qemu-4.2.1/hw/virtio/
H A Dvhost-backend.c113 return vhost_kernel_call(dev, VHOST_SET_VRING_ENDIAN, ring); in vhost_kernel_set_vring_endian()
/dports/emulators/qemu-utils/qemu-4.2.1/hw/virtio/
H A Dvhost-backend.c113 return vhost_kernel_call(dev, VHOST_SET_VRING_ENDIAN, ring); in vhost_kernel_set_vring_endian()
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/hw/virtio/
H A Dvhost-backend.c109 return vhost_kernel_call(dev, VHOST_SET_VRING_ENDIAN, ring); in vhost_kernel_set_vring_endian()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/hw/virtio/
H A Dvhost-backend.c113 return vhost_kernel_call(dev, VHOST_SET_VRING_ENDIAN, ring); in vhost_kernel_set_vring_endian()
/dports/emulators/qemu-cheri/qemu-0a323821042c36e21ea80e58b9545dfc3b0cb8ef/hw/virtio/
H A Dvhost-backend.c113 return vhost_kernel_call(dev, VHOST_SET_VRING_ENDIAN, ring); in vhost_kernel_set_vring_endian()

12