Home
last modified time | relevance | path

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

/Linux-v4.19/arch/arm64/include/asm/
Dmemory.h202 #define MIN_MEMBLOCK_ADDR 0 macro
/Linux-v4.19/drivers/of/
Dfdt.c1119 #ifndef MIN_MEMBLOCK_ADDR
1120 #define MIN_MEMBLOCK_ADDR __pa(PAGE_OFFSET) macro
1128 const u64 phys_offset = MIN_MEMBLOCK_ADDR; in early_init_dt_add_memory_arch()