Home
last modified time | relevance | path

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

/linux-6.6.21/include/linux/
Dmemblock.h484 void memblock_cap_memory_range(phys_addr_t base, phys_addr_t size);
/linux-6.6.21/arch/powerpc/kernel/
Dprom.c833 memblock_cap_memory_range(0, 1UL << (H_MAX_PHYSMEM_BITS)); in early_init_devtree()
/linux-6.6.21/mm/
Dmemblock.c1744 void __init memblock_cap_memory_range(phys_addr_t base, phys_addr_t size) in memblock_cap_memory_range() function
1790 memblock_cap_memory_range(0, max_addr); in memblock_mem_limit_remove_map()
/linux-6.6.21/drivers/of/
Dfdt.c1004 memblock_cap_memory_range(rgn[0].base, rgn[0].size); in early_init_dt_check_for_usable_mem_range()