Searched refs:VFIO_DEVICE_RESET (Results 1 – 22 of 22) sorted by relevance
/openbmc/qemu/hw/vfio/ |
H A D | ap.c | 208 ret = ioctl(vapdev->vdev.fd, VFIO_DEVICE_RESET); in vfio_ap_reset()
|
H A D | ccw.c | 253 ioctl(vcdev->vdev.fd, VFIO_DEVICE_RESET); in vfio_ccw_reset()
|
H A D | migration.c | 221 if (ioctl(vbasedev->fd, VFIO_DEVICE_RESET)) { in vfio_migration_set_state()
|
H A D | trace-events | 45 vfio_pci_reset_flr(const char *name) "%s FLR/VFIO_DEVICE_RESET"
|
H A D | pci.c | 3312 !ioctl(vdev->vbasedev.fd, VFIO_DEVICE_RESET)) { in vfio_pci_reset() 3324 !ioctl(vdev->vbasedev.fd, VFIO_DEVICE_RESET)) { in vfio_pci_reset()
|
/openbmc/linux/drivers/vfio/cdx/ |
H A D | main.c | 113 case VFIO_DEVICE_RESET: in vfio_cdx_ioctl()
|
/openbmc/linux/include/uapi/linux/ |
H A D | vfio.h | 611 #define VFIO_DEVICE_RESET _IO(VFIO_TYPE, VFIO_BASE + 11) macro
|
/openbmc/qemu/linux-headers/linux/ |
H A D | vfio.h | 611 #define VFIO_DEVICE_RESET _IO(VFIO_TYPE, VFIO_BASE + 11) macro
|
/openbmc/linux/drivers/vfio/fsl-mc/ |
H A D | vfio_fsl_mc.c | 230 case VFIO_DEVICE_RESET: in vfio_fsl_mc_ioctl()
|
/openbmc/linux/drivers/vfio/platform/ |
H A D | vfio_platform_common.c | 377 } else if (cmd == VFIO_DEVICE_RESET) { in vfio_platform_ioctl()
|
/openbmc/linux/drivers/s390/cio/ |
H A D | vfio_ccw_ops.c | 595 case VFIO_DEVICE_RESET: in vfio_ccw_mdev_ioctl()
|
/openbmc/linux/samples/vfio-mdev/ |
H A D | mdpy.c | 618 case VFIO_DEVICE_RESET: in mdpy_ioctl()
|
H A D | mtty.c | 1311 case VFIO_DEVICE_RESET: in mtty_ioctl()
|
H A D | mbochs.c | 1299 case VFIO_DEVICE_RESET: in mbochs_ioctl()
|
/openbmc/qemu/util/ |
H A D | vfio-helpers.c | 841 ioctl(s->device, VFIO_DEVICE_RESET); in qemu_vfio_reset()
|
/openbmc/linux/Documentation/driver-api/ |
H A D | vfio.rst | 240 ioctl(device, VFIO_DEVICE_RESET); 551 ioctl(device, VFIO_DEVICE_RESET);
|
/openbmc/linux/Documentation/arch/s390/ |
H A D | vfio-ccw.rst | 345 VFIO_DEVICE_RESET
|
H A D | vfio-ap.rst | 417 this callback handles the VFIO_DEVICE_GET_INFO and VFIO_DEVICE_RESET ioctls
|
/openbmc/linux/drivers/gpu/drm/i915/gvt/ |
H A D | kvmgt.c | 1378 } else if (cmd == VFIO_DEVICE_RESET) { in intel_vgpu_ioctl()
|
/openbmc/linux/drivers/s390/crypto/ |
H A D | vfio_ap_ops.c | 2008 case VFIO_DEVICE_RESET: in vfio_ap_mdev_ioctl()
|
/openbmc/linux/drivers/vfio/pci/ |
H A D | vfio_pci_core.c | 1480 case VFIO_DEVICE_RESET: in vfio_pci_core_ioctl()
|
/openbmc/openbmc/poky/meta/recipes-devtools/rust/files/ |
H A D | rv32-missing-syscalls.patch | 1105 +pub const VFIO_DEVICE_RESET: u32 = 15215;
|