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()
675 zpci_kvm_hook.kvm_register = kvm_s390_pci_register_kvm; in kvm_s390_pci_init()676 zpci_kvm_hook.kvm_unregister = kvm_s390_pci_unregister_kvm; in kvm_s390_pci_init()693 zpci_kvm_hook.kvm_register = NULL; in kvm_s390_pci_exit()694 zpci_kvm_hook.kvm_unregister = NULL; in kvm_s390_pci_exit()
1041 struct zpci_kvm_hook { struct1046 extern struct zpci_kvm_hook zpci_kvm_hook; argument