Home
last modified time | relevance | path

Searched refs:pm_runtime_engaged (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/include/linux/
H A Dvfio_pci_core.h82 bool pm_runtime_engaged:1; member
/openbmc/linux/drivers/vfio/pci/
H A Dvfio_pci_core.c294 if (vdev->pm_runtime_engaged) { in vfio_pci_runtime_pm_entry()
299 vdev->pm_runtime_engaged = true; in vfio_pci_runtime_pm_entry()
362 if (vdev->pm_runtime_engaged) { in __vfio_pci_runtime_pm_exit()
363 vdev->pm_runtime_engaged = false; in __vfio_pci_runtime_pm_exit()
1780 if (vdev->pm_runtime_engaged || !__vfio_pci_memory_enabled(vdev)) { in vfio_pci_mmap_fault()