Home
last modified time | relevance | path

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

/openbmc/qemu/include/hw/s390x/
H A Ds390-pci-vfio.h20 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()
H A Ds390-pci-bus.h267 typedef struct S390PCIDMACount { struct
271 QTAILQ_ENTRY(S390PCIDMACount) link; argument
272 } S390PCIDMACount; typedef
286 S390PCIDMACount *dma_limit;
381 QTAILQ_HEAD(, S390PCIDMACount) zpci_dma_limit;
/openbmc/qemu/hw/s390x/
H A Ds390-pci-vfio.c59 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()