Home
last modified time | relevance | path

Searched refs:MCH_HOST_BRIDGE_SMRAM_D_LCK (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/include/hw/pci-host/
H A Dq35.h141 #define MCH_HOST_BRIDGE_SMRAM_D_LCK ((uint8_t)(1 << 4)) macro
154 MCH_HOST_BRIDGE_SMRAM_D_LCK | \
/openbmc/qemu/tests/qtest/
H A Dq35-test.c104 smram_set_bit(pcidev, MCH_HOST_BRIDGE_SMRAM_D_LCK, true); in test_smram_lock()
161 MCH_HOST_BRIDGE_SMRAM_D_LCK); in test_tseg_size()
167 smram_val |= MCH_HOST_BRIDGE_SMRAM_D_LCK; in test_tseg_size()
/openbmc/qemu/hw/pci-host/
H A Dq35.c350 if (pd->config[MCH_HOST_BRIDGE_SMRAM] & MCH_HOST_BRIDGE_SMRAM_D_LCK) { in mch_update_smram()