Home
last modified time | relevance | path

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

/openbmc/qemu/hw/ppc/
H A De500.c61 #define RAM_SIZES_ALIGN (64 * MiB) macro
988 if (!QEMU_IS_ALIGNED(machine->ram_size, RAM_SIZES_ALIGN)) { in ppce500_init()
989 error_report("RAM size must be multiple of %" PRIu64, RAM_SIZES_ALIGN); in ppce500_init()