Searched refs:zpci_kvm_hook (Results 1 – 4 of 4) sorted by relevance
10 struct zpci_kvm_hook zpci_kvm_hook; variable11 EXPORT_SYMBOL_GPL(zpci_kvm_hook);
154 if (zpci_kvm_hook.kvm_register) in vfio_pci_zdev_open_device()155 return zpci_kvm_hook.kvm_register(zdev, vdev->vdev.kvm); in vfio_pci_zdev_open_device()167 if (zpci_kvm_hook.kvm_unregister) in vfio_pci_zdev_close_device()168 zpci_kvm_hook.kvm_unregister(zdev); in vfio_pci_zdev_close_device()
663 zpci_kvm_hook.kvm_register = kvm_s390_pci_register_kvm; in kvm_s390_pci_init()664 zpci_kvm_hook.kvm_unregister = kvm_s390_pci_unregister_kvm; in kvm_s390_pci_init()681 zpci_kvm_hook.kvm_register = NULL; in kvm_s390_pci_exit()682 zpci_kvm_hook.kvm_unregister = NULL; in kvm_s390_pci_exit()
734 struct zpci_kvm_hook { struct739 extern struct zpci_kvm_hook zpci_kvm_hook; argument