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

/linux-master/drivers/of/
H A Dfdt.c1103 #ifndef MAX_MEMBLOCK_ADDR
1104 #define MAX_MEMBLOCK_ADDR ((phys_addr_t)~0) macro
1123 if (base > MAX_MEMBLOCK_ADDR) {
1129 if (base + size - 1 > MAX_MEMBLOCK_ADDR) {
1131 ((u64)MAX_MEMBLOCK_ADDR) + 1, base + size);
1132 size = MAX_MEMBLOCK_ADDR - base + 1;
/linux-master/arch/arm64/include/asm/
H A Dmemory.h264 #define MAX_MEMBLOCK_ADDR U64_MAX macro

Completed in 86 milliseconds