Home
last modified time | relevance | path

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

/qemu/hw/i386/xen/
H A Dxen-hvm.c265 const char *mr_name; in xen_add_to_physmap() local
287 mr_name = memory_region_name(mr); in xen_add_to_physmap()
293 physmap->name = mr_name; in xen_add_to_physmap()
/qemu/hw/s390x/
H A Ds390-pci-bus.c620 char *mr_name = g_strdup_printf("iommu-root-%02x:%02x.%01x", in s390_pci_get_iommu() local
628 memory_region_init(&iommu->mr, OBJECT(iommu), mr_name, UINT64_MAX); in s390_pci_get_iommu()
634 g_free(mr_name); in s390_pci_get_iommu()
/qemu/system/
H A Dphysmem.c1694 const char *mr_name = memory_region_name(mr); in cpr_name() local
1698 return g_strdup_printf("%s/%s", id, mr_name); in cpr_name()
1700 return g_strdup(mr_name); in cpr_name()