Home
last modified time | relevance | path

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

/linux/drivers/of/
H A Dfdt.c1145 #ifndef MAX_MEMBLOCK_ADDR
1146 #define MAX_MEMBLOCK_ADDR ((phys_addr_t)~0) macro
1165 if (base > MAX_MEMBLOCK_ADDR) { in early_init_dt_add_memory_arch()
1171 if (base + size - 1 > MAX_MEMBLOCK_ADDR) { in early_init_dt_add_memory_arch()
1173 ((u64)MAX_MEMBLOCK_ADDR) + 1, base + size); in early_init_dt_add_memory_arch()
1174 size = MAX_MEMBLOCK_ADDR - base + 1; in early_init_dt_add_memory_arch()