Home
last modified time | relevance | path

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

/openbmc/qemu/hw/pci-host/
H A Di440fx.c285 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()
/openbmc/qemu/include/hw/pci-host/
H A Dpam.h55 #define SMRAM_C_BASE 0xa0000 macro