Home
last modified time | relevance | path

Searched refs:BIOS_SIZE (Results 1 – 6 of 6) sorted by relevance

/openbmc/qemu/hw/mips/
H A Dmipssim.c47 #define BIOS_SIZE (4 * MiB) macro
173 memory_region_init_rom(bios, NULL, "mips_mipssim.bios", BIOS_SIZE, in mips_mipssim_init()
183 bios_size = load_image_targphys(filename, 0x1fc00000LL, BIOS_SIZE); in mips_mipssim_init()
188 if ((bios_size < 0 || bios_size > BIOS_SIZE) && in mips_mipssim_init()
H A Dfuloong2e.c50 #define BIOS_SIZE (512 * KiB) macro
245 memory_region_init_rom(bios, NULL, "fuloong2e.bios", BIOS_SIZE, in mips_fuloong2e_init()
266 BIOS_SIZE); in mips_fuloong2e_init()
272 if ((bios_size < 0 || bios_size > BIOS_SIZE) && in mips_fuloong2e_init()
H A Djazz.c160 #define BIOS_SIZE (4 * MiB) macro
164 (BIOS_SIZE < MAGNUM_BIOS_SIZE_MAX ? BIOS_SIZE : MAGNUM_BIOS_SIZE_MAX)
H A Dmalta.c75 #define BIOS_SIZE (4 * MiB) macro
1183 BIOS_SIZE); in mips_malta_init()
1188 if ((bios_size < 0 || bios_size > BIOS_SIZE) && in mips_malta_init()
1221 memory_region_init_ram(bios_copy, NULL, "bios.1fc", BIOS_SIZE, in mips_malta_init()
1224 FLASH_ADDRESS, BIOS_SIZE)) { in mips_malta_init()
1226 memory_region_get_ram_ptr(bios), BIOS_SIZE); in mips_malta_init()
/openbmc/qemu/hw/pci-host/
H A Draven.c81 #define BIOS_SIZE (1 * MiB) macro
350 BIOS_SIZE, errp)) { in raven_realize()
353 memory_region_add_subregion(get_system_memory(), (uint32_t)(-BIOS_SIZE), in raven_realize()
365 if (bios_size > 0 && bios_size <= BIOS_SIZE) { in raven_realize()
368 bios_addr = (uint32_t)(-BIOS_SIZE); in raven_realize()
375 if (bios_size < 0 || bios_size > BIOS_SIZE) { in raven_realize()
/openbmc/qemu/hw/ppc/
H A Dppc405_boards.c46 #define BIOS_SIZE (2 * MiB) macro
292 memory_region_init_rom(bios, NULL, "ef405ep.bios", BIOS_SIZE, in ppc405_init()
302 BIOS_SIZE); in ppc405_init()