Home
last modified time | relevance | path

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

/openbmc/qemu/hw/s390x/
H A Dipl.c49 #define BIOS_MAX_SIZE 0x300000UL macro
158 if (ms->ram_size < BIOS_MAX_SIZE) { in s390_ipl_realize()
163 fwbase = (MIN(ms->ram_size, 0x80000000U) - BIOS_MAX_SIZE) & ~0xffffUL; in s390_ipl_realize()