Home
last modified time | relevance | path

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

/openbmc/linux/drivers/of/
H A Dfdt.c1216 #ifndef MAX_MEMBLOCK_ADDR
1217 #define MAX_MEMBLOCK_ADDR ((phys_addr_t)~0) macro
1236 if (base > MAX_MEMBLOCK_ADDR) { in early_init_dt_add_memory_arch()
1242 if (base + size - 1 > MAX_MEMBLOCK_ADDR) { in early_init_dt_add_memory_arch()
1244 ((u64)MAX_MEMBLOCK_ADDR) + 1, base + size); in early_init_dt_add_memory_arch()
1245 size = MAX_MEMBLOCK_ADDR - base + 1; in early_init_dt_add_memory_arch()
/openbmc/linux/arch/arm64/include/asm/
H A Dmemory.h223 #define MAX_MEMBLOCK_ADDR U64_MAX macro