Home
last modified time | relevance | path

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

/Linux-v6.1/include/linux/
Dmemblock.h483 void memblock_cap_memory_range(phys_addr_t base, phys_addr_t size);
/Linux-v6.1/arch/powerpc/kernel/
Dprom.c828 memblock_cap_memory_range(0, 1UL << (H_MAX_PHYSMEM_BITS)); in early_init_devtree()
/Linux-v6.1/mm/
Dmemblock.c1716 void __init memblock_cap_memory_range(phys_addr_t base, phys_addr_t size) in memblock_cap_memory_range() function
1762 memblock_cap_memory_range(0, max_addr); in memblock_mem_limit_remove_map()
/Linux-v6.1/drivers/of/
Dfdt.c1006 memblock_cap_memory_range(rgn[0].base, rgn[0].size); in early_init_dt_check_for_usable_mem_range()