Searched refs:mr_name (Results 1 – 3 of 3) sorted by relevance
265 const char *mr_name; in xen_add_to_physmap() local287 mr_name = memory_region_name(mr); in xen_add_to_physmap()293 physmap->name = mr_name; in xen_add_to_physmap()
620 char *mr_name = g_strdup_printf("iommu-root-%02x:%02x.%01x", in s390_pci_get_iommu() local628 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()
1694 const char *mr_name = memory_region_name(mr); in cpr_name() local1698 return g_strdup_printf("%s/%s", id, mr_name); in cpr_name()1700 return g_strdup(mr_name); in cpr_name()