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

/linux-master/drivers/vfio/
H A Dvfio_main.c441 static bool vfio_assert_device_open(struct vfio_device *device) function
542 vfio_assert_device_open(device);
1549 if (!pages || !npage || WARN_ON(!vfio_assert_device_open(device)))
1588 if (WARN_ON(!vfio_assert_device_open(device)))
1628 if (!data || len <= 0 || !vfio_assert_device_open(device))

Completed in 117 milliseconds