Home
last modified time | relevance | path

Searched refs:stop_copy_length (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/vfio/pci/pds/
H A Dvfio_dev.c98 unsigned long *stop_copy_length) in pds_vfio_get_device_state_size() argument
100 *stop_copy_length = PDS_LM_DEVICE_STATE_LENGTH; in pds_vfio_get_device_state_size()
/linux/drivers/vfio/
H A Dvfio_main.c986 unsigned long stop_copy_length; in vfio_ioctl_device_feature_migration_data_size() local
997 ret = device->mig_ops->migration_get_data_size(device, &stop_copy_length); in vfio_ioctl_device_feature_migration_data_size()
1001 data_size.stop_copy_length = stop_copy_length; in vfio_ioctl_device_feature_migration_data_size()
/linux/include/uapi/linux/
H A Dvfio.h1474 __aligned_u64 stop_copy_length; member
/linux/samples/vfio-mdev/
H A Dmtty.c1269 unsigned long *stop_copy_length) in mtty_get_state()
1274 *stop_copy_length = mtty_data_size(mdev_state); in mtty_get_data_size()
1272 mtty_get_data_size(struct vfio_device * vdev,unsigned long * stop_copy_length) mtty_get_data_size() argument