Home
last modified time | relevance | path

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

/openbmc/qemu/hw/pci-host/
H A Dq35.c391 tseg_size = 1024 * 1024 * (uint32_t)mch->ext_tseg_mbytes; in mch_update_smram()
419 if (mch->ext_tseg_mbytes > 0 && in mch_update_ext_tseg_mbytes()
421 pci_set_word(reg, mch->ext_tseg_mbytes); in mch_update_ext_tseg_mbytes()
557 if (mch->ext_tseg_mbytes > 0) { in mch_reset()
574 if (mch->ext_tseg_mbytes > MCH_HOST_BRIDGE_EXT_TSEG_MBYTES_MAX) { in mch_realize()
576 mch->ext_tseg_mbytes); in mch_realize()
676 DEFINE_PROP_UINT16("extended-tseg-mbytes", MCHPCIState, ext_tseg_mbytes,
/openbmc/qemu/include/hw/pci-host/
H A Dq35.h58 uint16_t ext_tseg_mbytes; member