Home
last modified time | relevance | path

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

/qemu/hw/i386/
H A Damd_iommu.c359 uint64_t gpa, IOMMUTLBEntry to_cache, in amdvi_update_iotlb() argument
363 if (to_cache.perm != IOMMU_NONE) { in amdvi_update_iotlb()
369 PCI_FUNC(devid), gpa, to_cache.translated_addr); in amdvi_update_iotlb()
376 entry->perms = to_cache.perm; in amdvi_update_iotlb()
377 entry->translated_addr = to_cache.translated_addr; in amdvi_update_iotlb()
378 entry->page_mask = to_cache.addr_mask; in amdvi_update_iotlb()