Home
last modified time | relevance | path

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

/openbmc/qemu/hw/ppc/
H A De500.c57 #define DTB_MAX_SIZE (8 * MiB) macro
1263 if (dt_base + DTB_MAX_SIZE > machine->ram_size) { in ppce500_init()
1275 assert(dt_size < DTB_MAX_SIZE); in ppce500_init()