Home
last modified time | relevance | path

Searched refs:zpci_kvm_hook (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/arch/s390/pci/
H A Dpci_kvm_hook.c10 struct zpci_kvm_hook zpci_kvm_hook; variable
11 EXPORT_SYMBOL_GPL(zpci_kvm_hook);
/openbmc/linux/drivers/vfio/pci/
H A Dvfio_pci_zdev.c154 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()
/openbmc/linux/arch/s390/kvm/
H A Dpci.c677 zpci_kvm_hook.kvm_register = kvm_s390_pci_register_kvm; in kvm_s390_pci_init()
678 zpci_kvm_hook.kvm_unregister = kvm_s390_pci_unregister_kvm; in kvm_s390_pci_init()
695 zpci_kvm_hook.kvm_register = NULL; in kvm_s390_pci_exit()
696 zpci_kvm_hook.kvm_unregister = NULL; in kvm_s390_pci_exit()
/openbmc/linux/arch/s390/include/asm/
H A Dkvm_host.h1061 struct zpci_kvm_hook { struct
1066 extern struct zpci_kvm_hook zpci_kvm_hook; argument