Home
last modified time | relevance | path

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

/openbmc/qemu/tests/qtest/
H A Dboot-order-test.c115 g_autoptr(QFWCFG) fw_cfg = mm_fw_cfg_init(qts, 0xf0000510); in read_boot_order_pmac()
140 g_autoptr(QFWCFG) fw_cfg = mm_fw_cfg_init(qts, 0xd00000510ULL); in read_boot_order_sun4m()
/openbmc/qemu/tests/qtest/libqos/
H A Dfw_cfg.h37 QFWCFG *mm_fw_cfg_init(QTestState *qts, uint64_t base);
H A Dfw_cfg.c117 QFWCFG *mm_fw_cfg_init(QTestState *qts, uint64_t base) in mm_fw_cfg_init() function