Home
last modified time | relevance | path

Searched refs:zpci_gaite (Results 1 – 3 of 3) sorted by relevance

/linux-6.1.9/arch/s390/kvm/
Dpci.c68 sizeof(struct zpci_gaite))); in zpci_setup_aipb()
74 aift->gait = (struct zpci_gaite *)page_to_virt(page); in zpci_setup_aipb()
115 aift->gait = (struct zpci_gaite *)zpci_aipb->aipb.gait; in zpci_reset_aipb()
229 struct zpci_gaite *gaite; in kvm_s390_pci_aif_enable()
295 gaite = (struct zpci_gaite *)aift->gait + (zdev->aisb * in kvm_s390_pci_aif_enable()
296 sizeof(struct zpci_gaite)); in kvm_s390_pci_aif_enable()
340 struct zpci_gaite *gaite; in kvm_s390_pci_aif_disable()
362 gaite = (struct zpci_gaite *)aift->gait + (zdev->aisb * in kvm_s390_pci_aif_disable()
363 sizeof(struct zpci_gaite)); in kvm_s390_pci_aif_disable()
Dpci.h27 struct zpci_gaite { struct
37 struct zpci_gaite *gait; argument
Dinterrupt.c3323 struct zpci_gaite *gaite; in aen_host_forward()
3326 gaite = (struct zpci_gaite *)aift->gait + in aen_host_forward()
3327 (si * sizeof(struct zpci_gaite)); in aen_host_forward()