Searched refs:BIOS_SIZE (Results 1 – 6 of 6) sorted by relevance
/openbmc/qemu/hw/mips/ |
H A D | mipssim.c | 47 #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 D | fuloong2e.c | 50 #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 D | jazz.c | 160 #define BIOS_SIZE (4 * MiB) macro 164 (BIOS_SIZE < MAGNUM_BIOS_SIZE_MAX ? BIOS_SIZE : MAGNUM_BIOS_SIZE_MAX)
|
H A D | malta.c | 75 #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 D | raven.c | 81 #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 D | ppc405_boards.c | 46 #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()
|