Lines Matching refs:sbv
45 aift->sbv = NULL; in kvm_s390_pci_aen_exit()
61 aift->sbv = airq_iv_create(ZPCI_NR_DEVICES, AIRQ_IV_ALLOC, NULL); in zpci_setup_aipb()
62 if (!aift->sbv) { in zpci_setup_aipb()
66 zpci_aif_sbv = aift->sbv; in zpci_setup_aipb()
76 zpci_aipb->aipb.faisb = virt_to_phys(aift->sbv->vector); in zpci_setup_aipb()
92 airq_iv_release(aift->sbv); in zpci_setup_aipb()
114 aift->sbv = zpci_aif_sbv; in zpci_reset_aipb()
125 if (aift->gait || aift->sbv) in kvm_s390_pci_aen_init()
170 fib.fmt0.aisb = virt_to_phys(aift->sbv->vector + (zdev->aisb / 64) * 8); in kvm_zpci_set_airq()
285 bit = airq_iv_alloc_bit(aift->sbv); in kvm_s390_pci_aif_enable()
314 fib->fmt0.aisb = virt_to_phys(aift->sbv->vector + (zdev->aisb / 64) * 8); in kvm_s390_pci_aif_enable()
378 airq_iv_free_bit(aift->sbv, zdev->aisb); in kvm_s390_pci_aif_disable()