Searched refs:S390PCIDMACount (Results 1 – 3 of 3) sorted by relevance
20 S390PCIDMACount *s390_pci_start_dma_count(S390pciState *s,22 void s390_pci_end_dma_count(S390pciState *s, S390PCIDMACount *cnt);30 static inline S390PCIDMACount *s390_pci_start_dma_count(S390pciState *s, in s390_pci_start_dma_count()36 S390PCIDMACount *cnt) { } in s390_pci_end_dma_count()
267 typedef struct S390PCIDMACount { struct271 QTAILQ_ENTRY(S390PCIDMACount) link; argument272 } S390PCIDMACount; typedef286 S390PCIDMACount *dma_limit;381 QTAILQ_HEAD(, S390PCIDMACount) zpci_dma_limit;
59 S390PCIDMACount *s390_pci_start_dma_count(S390pciState *s, in s390_pci_start_dma_count()62 S390PCIDMACount *cnt; in s390_pci_start_dma_count()86 cnt = g_new0(S390PCIDMACount, 1); in s390_pci_start_dma_count()95 void s390_pci_end_dma_count(S390pciState *s, S390PCIDMACount *cnt) in s390_pci_end_dma_count()