Home
last modified time | relevance | path

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

/qemu/hw/i386/
H A Damd_iommu.c70 typedef struct AMDVIIOTLBEntry { struct
76 } AMDVIIOTLBEntry; argument
325 static AMDVIIOTLBEntry *amdvi_iotlb_lookup(AMDVIState *s, hwaddr addr, in amdvi_iotlb_lookup()
343 AMDVIIOTLBEntry *entry = (AMDVIIOTLBEntry *)value; in amdvi_iotlb_remove_by_devid()
360 AMDVIIOTLBEntry *entry = g_new(AMDVIIOTLBEntry, 1); in amdvi_update_iotlb()
447 AMDVIIOTLBEntry *entry = (AMDVIIOTLBEntry *)value; in amdvi_iotlb_remove_by_domid()
977 AMDVIIOTLBEntry *iotlb_entry = amdvi_iotlb_lookup(s, addr, devid); in amdvi_do_translate()