Searched refs:zpci_kvm_hook (Results 1 – 4 of 4) sorted by relevance
12 struct zpci_kvm_hook zpci_kvm_hook; variable13 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()
662 zpci_kvm_hook.kvm_register = kvm_s390_pci_register_kvm; in kvm_s390_pci_init()663 zpci_kvm_hook.kvm_unregister = kvm_s390_pci_unregister_kvm; in kvm_s390_pci_init()680 zpci_kvm_hook.kvm_register = NULL; in kvm_s390_pci_exit()681 zpci_kvm_hook.kvm_unregister = NULL; in kvm_s390_pci_exit()
749 struct zpci_kvm_hook { struct754 extern struct zpci_kvm_hook zpci_kvm_hook; argument