Home
last modified time | relevance | path

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

/qemu/hw/pci-host/
H A Dq35.c599 mch->pci_address_space, MCH_HOST_BRIDGE_SMRAM_C_BASE, in mch_realize()
601 memory_region_add_subregion_overlap(mch->system_memory, MCH_HOST_BRIDGE_SMRAM_C_BASE, in mch_realize()
606 mch->ram_memory, MCH_HOST_BRIDGE_SMRAM_C_BASE, in mch_realize()
616 mch->ram_memory, MCH_HOST_BRIDGE_SMRAM_C_BASE, in mch_realize()
619 memory_region_add_subregion(&mch->smram, MCH_HOST_BRIDGE_SMRAM_C_BASE, in mch_realize()
622 mch->ram_memory, MCH_HOST_BRIDGE_SMRAM_C_BASE, in mch_realize()
/qemu/include/hw/pci-host/
H A Dq35.h145 #define MCH_HOST_BRIDGE_SMRAM_C_BASE 0xa0000 macro