Home
last modified time | relevance | path

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

/linux-6.1.9/arch/s390/kvm/
Dpci.c44 aift->gait = NULL; in kvm_s390_pci_aen_exit()
74 aift->gait = (struct zpci_gaite *)page_to_virt(page); in zpci_setup_aipb()
77 zpci_aipb->aipb.gait = virt_to_phys(aift->gait); in zpci_setup_aipb()
90 free_pages((unsigned long)aift->gait, size); in zpci_setup_aipb()
115 aift->gait = (struct zpci_gaite *)zpci_aipb->aipb.gait; in zpci_reset_aipb()
125 if (aift->gait || aift->sbv) in kvm_s390_pci_aen_init()
295 gaite = (struct zpci_gaite *)aift->gait + (zdev->aisb * in kvm_s390_pci_aif_enable()
362 gaite = (struct zpci_gaite *)aift->gait + (zdev->aisb * in kvm_s390_pci_aif_disable()
Dpci.h37 struct zpci_gaite *gait; member
Dinterrupt.c3326 gaite = (struct zpci_gaite *)aift->gait + in aen_host_forward()
3356 if (!aift->gait) { in aen_process_gait()
/linux-6.1.9/arch/s390/include/asm/
Dpci_insn.h134 u64 gait; member