Home
last modified time | relevance | path

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

/qemu/hw/i386/
H A Dpc_sysfw.c181 || total_size + size > pcms->max_fw_size) { in pc_system_flash_map()
184 pcms->max_fw_size); in pc_system_flash_map()
H A Dpc.c1692 uint64_t value = pcms->max_fw_size; in pc_machine_get_max_fw_size()
1725 pcms->max_fw_size = value; in pc_machine_set_max_fw_size()
1748 pcms->max_fw_size = 8 * MiB; in pc_machine_initfn()
/qemu/include/hw/i386/
H A Dpc.h54 uint64_t max_fw_size; member