Home
last modified time | relevance | path

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

/qemu/hw/i386/xen/
H A Dxen-hvm.c259 const char *mr_name; in xen_add_to_physmap() local
281 mr_name = memory_region_name(mr); in xen_add_to_physmap()
287 physmap->name = mr_name; in xen_add_to_physmap()
/qemu/hw/s390x/
H A Ds390-pci-bus.c618 char *mr_name = g_strdup_printf("iommu-root-%02x:%02x.%01x", in s390_pci_get_iommu() local
626 memory_region_init(&iommu->mr, OBJECT(iommu), mr_name, UINT64_MAX); in s390_pci_get_iommu()
632 g_free(mr_name); in s390_pci_get_iommu()