Home
last modified time | relevance | path

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

/openbmc/qemu/hw/s390x/
H A Ds390-pci-inst.c748 if (!iommu->g_iota) { in rpcit_service_call()
762 error = s390_guest_io_table_walk(iommu->g_iota, start, &entry); in rpcit_service_call()
999 uint64_t g_iota = ldq_p(&fib.iota); in reg_ioat() local
1000 uint8_t dt = (g_iota >> 2) & 0x7; in reg_ioat()
1001 uint8_t t = (g_iota >> 11) & 0x1; in reg_ioat()
1019 iommu->g_iota = g_iota; in reg_ioat()
1031 iommu->g_iota = 0; in pci_dereg_ioat()
1404 stq_p(&fib.iota, pbdev->iommu->g_iota); in stpcifc_service_call()
H A Ds390-pci-bus.c511 uint16_t s390_guest_io_table_walk(uint64_t g_iota, hwaddr addr, in s390_guest_io_table_walk() argument
514 uint64_t to = s390_pci_get_table_origin(g_iota); in s390_guest_io_table_walk()
522 if (entry_isprotected(g_iota)) { in s390_guest_io_table_walk()
/openbmc/qemu/include/hw/s390x/
H A Ds390-pci-bus.h281 uint64_t g_iota; member
395 uint16_t s390_guest_io_table_walk(uint64_t g_iota, hwaddr addr,