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

/linux-master/arch/s390/kvm/
H A Dpci.h37 struct zpci_gaite *gait; member in struct:zpci_aift
40 spinlock_t gait_lock; /* Protects the gait, used during AEN forward */
H A Dpci.c44 aift->gait = NULL;
74 aift->gait = (struct zpci_gaite *)page_to_virt(page);
77 zpci_aipb->aipb.gait = virt_to_phys(aift->gait);
90 free_pages((unsigned long)aift->gait, size);
115 aift->gait = phys_to_virt(zpci_aipb->aipb.gait);
125 if (aift->gait || aift->sbv)
295 gaite = (struct zpci_gaite *)aift->gait + (zdev->aisb *
362 gaite = (struct zpci_gaite *)aift->gait
[all...]
H A Dinterrupt.c3332 gaite = (struct zpci_gaite *)aift->gait +
3362 if (!aift->gait) {
/linux-master/arch/s390/include/asm/
H A Dpci_insn.h134 u64 gait; member in struct:zpci_aipb

Completed in 135 milliseconds