Home
last modified time | relevance | path

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

/openbmc/qemu/include/hw/i386/
H A Dintel_iommu.h60 typedef struct VTDIOTLBEntry VTDIOTLBEntry; typedef
151 struct VTDIOTLBEntry { struct
/openbmc/qemu/hw/i386/
H A Dintel_iommu.c281 VTDIOTLBEntry *entry = (VTDIOTLBEntry *)value; in vtd_hash_remove_by_domain()
301 VTDIOTLBEntry *entry = (VTDIOTLBEntry *)value; in vtd_hash_remove_by_page()
356 static VTDIOTLBEntry *vtd_lookup_iotlb(IntelIOMMUState *s, uint16_t source_id, in vtd_lookup_iotlb()
360 VTDIOTLBEntry *entry; in vtd_lookup_iotlb()
384 VTDIOTLBEntry *entry = g_malloc(sizeof(*entry)); in vtd_update_iotlb()
1906 VTDIOTLBEntry *iotlb_entry; in vtd_do_iommu_translate()