Home
last modified time | relevance | path

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

/openbmc/qemu/tests/qtest/
H A Dfw_cfg-test.c39 pc_fw_cfg_uninit(fw_cfg); in test_fw_cfg_signature()
55 pc_fw_cfg_uninit(fw_cfg); in test_fw_cfg_id()
76 pc_fw_cfg_uninit(fw_cfg); in test_fw_cfg_uuid()
91 pc_fw_cfg_uninit(fw_cfg); in test_fw_cfg_ram_size()
105 pc_fw_cfg_uninit(fw_cfg); in test_fw_cfg_nographic()
119 pc_fw_cfg_uninit(fw_cfg); in test_fw_cfg_nb_cpus()
132 pc_fw_cfg_uninit(fw_cfg); in test_fw_cfg_max_cpus()
161 pc_fw_cfg_uninit(fw_cfg); in test_fw_cfg_numa()
174 pc_fw_cfg_uninit(fw_cfg); in test_fw_cfg_boot_menu()
193 pc_fw_cfg_uninit(fw_cfg); in test_fw_cfg_reboot_timeout()
[all …]
/openbmc/qemu/tests/qtest/libqos/
H A Dmalloc-pc.c30 pc_fw_cfg_uninit(fw_cfg); in pc_alloc_init()
H A Dfw_cfg.h47 static inline void pc_fw_cfg_uninit(QFWCFG *fw_cfg) in pc_fw_cfg_uninit() function