Home
last modified time | relevance | path

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

/openbmc/qemu/hw/i386/
H A Damd_iommu.c72 typedef struct AMDVIIOTLBEntry { struct
78 } AMDVIIOTLBEntry; argument
327 static AMDVIIOTLBEntry *amdvi_iotlb_lookup(AMDVIState *s, hwaddr addr, in amdvi_iotlb_lookup()
345 AMDVIIOTLBEntry *entry = (AMDVIIOTLBEntry *)value; in amdvi_iotlb_remove_by_devid()
364 AMDVIIOTLBEntry *entry = g_new(AMDVIIOTLBEntry, 1); in amdvi_update_iotlb()
458 AMDVIIOTLBEntry *entry = (AMDVIIOTLBEntry *)value; in amdvi_iotlb_remove_by_domid()
991 AMDVIIOTLBEntry *iotlb_entry = amdvi_iotlb_lookup(s, addr, devid); in amdvi_do_translate()