Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/of/
Dof_reserved_mem.c35 end = !end ? MEMBLOCK_ALLOC_ANYWHERE : end; in early_init_dt_alloc_reserved_memory_arch()
/Linux-v5.4/arch/powerpc/mm/book3s64/
Dradix_pgtable.c41 phys_addr_t max_addr = MEMBLOCK_ALLOC_ANYWHERE; in early_alloc_pgtable()
606 memblock_set_current_limit(MEMBLOCK_ALLOC_ANYWHERE); in radix__early_init_mmu()
Dhash_utils.c869 unsigned long limit = MEMBLOCK_ALLOC_ANYWHERE; in htab_initialize()
938 memblock_set_current_limit(MEMBLOCK_ALLOC_ANYWHERE); in htab_initialize()
/Linux-v5.4/include/linux/
Dmemblock.h339 #define MEMBLOCK_ALLOC_ANYWHERE (~(phys_addr_t)0) macro
/Linux-v5.4/mm/
Dmemblock.c133 .current_limit = MEMBLOCK_ALLOC_ANYWHERE,