Searched refs:SMRAM_C_BASE (Results 1 – 2 of 2) sorted by relevance
285 s->pci_address_space, SMRAM_C_BASE, SMRAM_C_SIZE); in i440fx_pcihost_realize()286 memory_region_add_subregion_overlap(s->system_memory, SMRAM_C_BASE, in i440fx_pcihost_realize()294 s->ram_memory, SMRAM_C_BASE, SMRAM_C_SIZE); in i440fx_pcihost_realize()296 memory_region_add_subregion(&f->smram, SMRAM_C_BASE, &f->low_smram); in i440fx_pcihost_realize()
55 #define SMRAM_C_BASE 0xa0000 macro