Home
last modified time | relevance | path

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

/openbmc/linux/arch/s390/kvm/
H A Dpci.c45 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()
[all …]
H A Dpci.h38 struct airq_iv *sbv; member
H A Dinterrupt.c3369 si = airq_iv_scan(aift->sbv, si, airq_iv_end(aift->sbv)); in aen_process_gait()