Searched refs:VFIO_MIGRATION_STOP_COPY (Results 1 - 7 of 7) sorted by relevance

/linux-master/drivers/vfio/pci/pds/
H A Dvfio_dev.c136 vdev->migration_flags = VFIO_MIGRATION_STOP_COPY | VFIO_MIGRATION_P2P;
/linux-master/drivers/vfio/
H A Dvfio_main.c773 [VFIO_DEVICE_STATE_STOP] = VFIO_MIGRATION_STOP_COPY,
774 [VFIO_DEVICE_STATE_RUNNING] = VFIO_MIGRATION_STOP_COPY,
776 VFIO_MIGRATION_STOP_COPY | VFIO_MIGRATION_PRE_COPY,
777 [VFIO_DEVICE_STATE_PRE_COPY_P2P] = VFIO_MIGRATION_STOP_COPY |
780 [VFIO_DEVICE_STATE_STOP_COPY] = VFIO_MIGRATION_STOP_COPY,
781 [VFIO_DEVICE_STATE_RESUMING] = VFIO_MIGRATION_STOP_COPY,
783 VFIO_MIGRATION_STOP_COPY | VFIO_MIGRATION_P2P,
/linux-master/include/uapi/linux/
H A Dvfio.h993 * indicated via the flags field; at least VFIO_MIGRATION_STOP_COPY must be
996 * VFIO_MIGRATION_STOP_COPY means that STOP, STOP_COPY and
999 * VFIO_MIGRATION_STOP_COPY | VFIO_MIGRATION_P2P means that RUNNING_P2P
1002 * VFIO_MIGRATION_STOP_COPY | VFIO_MIGRATION_PRE_COPY means that
1005 * VFIO_MIGRATION_STOP_COPY | VFIO_MIGRATION_P2P | VFIO_MIGRATION_PRE_COPY
1013 #define VFIO_MIGRATION_STOP_COPY (1 << 0) macro
1059 * There are 5 states to support VFIO_MIGRATION_STOP_COPY:
/linux-master/drivers/vfio/pci/hisilicon/
H A Dhisi_acc_vfio_pci.c1092 VFIO_MIGRATION_STOP_COPY)
1333 core_vdev->migration_flags = VFIO_MIGRATION_STOP_COPY | VFIO_MIGRATION_PRE_COPY;
/linux-master/samples/vfio-mdev/
H A Dmtty.c1349 vdev->migration_flags = VFIO_MIGRATION_STOP_COPY |
/linux-master/drivers/vfio/pci/
H A Dvfio_pci_core.c2222 !(vdev->vdev.migration_flags & VFIO_MIGRATION_STOP_COPY))
/linux-master/drivers/vfio/pci/mlx5/
H A Dcmd.c268 VFIO_MIGRATION_STOP_COPY |

Completed in 128 milliseconds