Home
last modified time | relevance | path

Searched refs:aisb (Results 1 – 5 of 5) sorted by relevance

/linux/arch/s390/kvm/
H A Dpci.c169 fib.fmt0.aisb = virt_to_phys(aift->sbv->vector) + (zdev->aisb / 64) * 8; in kvm_zpci_set_airq()
170 fib.fmt0.aisbo = zdev->aisb & 63; in kvm_zpci_set_airq()
265 hva = gfn_to_hva(kvm, gpa_to_gfn((gpa_t)fib->fmt0.aisb)); in kvm_s390_pci_aif_enable()
286 zdev->aisb = bit; /* store the summary bit number */ in kvm_s390_pci_aif_enable()
293 gaite = aift->gait + zdev->aisb; in kvm_s390_pci_aif_enable()
304 gaite->aisb = virt_to_phys(page_address(aisb_page) + (fib->fmt0.aisb & in kvm_s390_pci_aif_enable()
306 aift->kzdev[zdev->aisb] = zdev->kzdev; in kvm_s390_pci_aif_enable()
310 fib->fmt0.aisbo = zdev->aisb & 63; in kvm_s390_pci_aif_enable()
311 fib->fmt0.aisb = virt_to_phys(aift->sbv->vector) + (zdev->aisb / 64) * 8; in kvm_s390_pci_aif_enable()
359 gaite = aift->gait + zdev->aisb; in kvm_s390_pci_aif_disable()
[all …]
H A Dpci.h33 u64 aisb; member
H A Dinterrupt.c3564 if (gaite->aisb != 0)
3565 set_bit_inv(gaite->aisbo, phys_to_virt(gaite->aisb));
/linux/arch/s390/pci/
H A Dpci_irq.c44 fib.fmt0.aisb = virt_to_phys(zpci_sbv->vector) + (zdev->aisb / 64) * 8; in zpci_set_airq()
45 fib.fmt0.aisbo = zdev->aisb & 63; in zpci_set_airq()
310 zdev->aisb = *bit; in __alloc_airq()
351 airq_iv_free_bit(zpci_sbv, zdev->aisb); in zpci_msi_teardown_floating()
352 zdev->aisb = -1UL; in zpci_msi_teardown_floating()
/linux/arch/s390/include/asm/
H A Dpci.h164 unsigned long aisb; /* number of the summary bit */ member