Searched refs:mr_m64 (Results 1 – 2 of 2) sorted by relevance
163 if (memory_region_is_mapped(&phb->mr_m64[index])) { in pnv_phb3_check_m64()165 memory_region_del_subregion(phb->mr_m64[index].container, in pnv_phb3_check_m64()166 &phb->mr_m64[index]); in pnv_phb3_check_m64()202 memory_region_init_alias(&phb->mr_m64[index], OBJECT(phb), "phb3-m64", in pnv_phb3_check_m64()204 memory_region_add_subregion(parent, base, &phb->mr_m64[index]); in pnv_phb3_check_m64()
141 MemoryRegion mr_m64[PNV_PHB3_NUM_M64]; member