Home
last modified time | relevance | path

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

/openbmc/qemu/hw/virtio/
H A Dvhost-vdpa.c51 bool is_iommu = memory_region_is_iommu(section->mr); in vhost_vdpa_listener_skipped_section() local
57 if ((!is_ram && !is_iommu) || is_protected || is_ram_device) { in vhost_vdpa_listener_skipped_section()
58 trace_vhost_vdpa_skipped_memory_section(is_ram, is_iommu, is_protected, in vhost_vdpa_listener_skipped_section()
77 if (!is_iommu) { in vhost_vdpa_listener_skipped_section()
H A Dtrace-events33 …ion(int is_ram, int is_iommu, int is_protected, int is_ram_device, uint64_t first, uint64_t last, …
/openbmc/qemu/include/exec/
H A Dmemory.h770 bool is_iommu; member
1747 if (mr->is_iommu) { in memory_region_get_iommu()
/openbmc/qemu/system/
H A Dphysmem.c3799 s->mr->is_iommu ? " [iommu]" : ""); in mtree_print_dispatch()
H A Dmemory.c1306 mr->is_iommu = true; in iommu_memory_region_initfn()