Searched refs:zpci_aipb (Results 1 - 4 of 4) sorted by relevance

/linux-master/arch/s390/kvm/
H A Dpci.c37 * kernel, the information preserved in zpci_aipb and zpci_aif_sbv
57 zpci_aipb = kzalloc(sizeof(union zpci_sic_iib), GFP_KERNEL);
58 if (!zpci_aipb)
76 zpci_aipb->aipb.faisb = virt_to_phys(aift->sbv->vector);
77 zpci_aipb->aipb.gait = virt_to_phys(aift->gait);
78 zpci_aipb->aipb.afi = nisc;
79 zpci_aipb->aipb.faal = ZPCI_NR_DEVICES;
82 if (zpci_set_irq_ctrl(SIC_SET_AENI_CONTROLS, 0, zpci_aipb)) {
95 kfree(zpci_aipb);
96 zpci_aipb
[all...]
/linux-master/arch/s390/include/asm/
H A Dpci_insn.h132 struct zpci_aipb { struct
144 struct zpci_aipb aipb;
H A Dpci.h198 extern union zpci_sic_iib *zpci_aipb;
/linux-master/arch/s390/pci/
H A Dpci.c66 union zpci_sic_iib *zpci_aipb; variable in typeref:union:zpci_sic_iib
67 EXPORT_SYMBOL_GPL(zpci_aipb); variable

Completed in 121 milliseconds