Lines Matching refs:__init_memblock

62 ulong __init_memblock choose_memblock_flags(void)  in choose_memblock_flags()
68 static __init_memblock const char *
88 static unsigned long __init_memblock memblock_addrs_overlap(phys_addr_t base1, phys_addr_t size1, in memblock_addrs_overlap()
94 bool __init_memblock memblock_overlaps_region(struct memblock_type *type, in memblock_overlaps_region()
123 static phys_addr_t __init_memblock
157 static phys_addr_t __init_memblock
203 phys_addr_t __init_memblock memblock_find_in_range_node(phys_addr_t size, in memblock_find_in_range_node()
264 phys_addr_t __init_memblock memblock_find_in_range(phys_addr_t start, in memblock_find_in_range()
285 static void __init_memblock memblock_remove_region(struct memblock_type *type, unsigned long r) in memblock_remove_region()
305 phys_addr_t __init_memblock get_allocated_memblock_reserved_regions_info( in get_allocated_memblock_reserved_regions_info()
317 phys_addr_t __init_memblock get_allocated_memblock_memory_regions_info( in get_allocated_memblock_memory_regions_info()
346 static int __init_memblock memblock_double_array(struct memblock_type *type, in memblock_double_array()
454 static void __init_memblock memblock_merge_regions(struct memblock_type *type) in memblock_merge_regions()
491 static void __init_memblock memblock_insert_region(struct memblock_type *type, in memblock_insert_region()
524 int __init_memblock memblock_add_range(struct memblock_type *type, in memblock_add_range()
607 int __init_memblock memblock_add_node(phys_addr_t base, phys_addr_t size, in memblock_add_node()
613 static int __init_memblock memblock_add_region(phys_addr_t base, in memblock_add_region()
628 int __init_memblock memblock_add(phys_addr_t base, phys_addr_t size) in memblock_add()
649 static int __init_memblock memblock_isolate_range(struct memblock_type *type, in memblock_isolate_range()
709 static int __init_memblock memblock_remove_range(struct memblock_type *type, in memblock_remove_range()
724 int __init_memblock memblock_remove(phys_addr_t base, phys_addr_t size) in memblock_remove()
730 int __init_memblock memblock_free(phys_addr_t base, phys_addr_t size) in memblock_free()
741 static int __init_memblock memblock_reserve_region(phys_addr_t base, in memblock_reserve_region()
756 int __init_memblock memblock_reserve(phys_addr_t base, phys_addr_t size) in memblock_reserve()
767 static int __init_memblock memblock_setclr_flag(phys_addr_t base, in memblock_setclr_flag()
794 int __init_memblock memblock_mark_hotplug(phys_addr_t base, phys_addr_t size) in memblock_mark_hotplug()
806 int __init_memblock memblock_clear_hotplug(phys_addr_t base, phys_addr_t size) in memblock_clear_hotplug()
818 int __init_memblock memblock_mark_mirror(phys_addr_t base, phys_addr_t size) in memblock_mark_mirror()
834 void __init_memblock __next_reserved_mem_region(u64 *idx, in __next_reserved_mem_region()
884 void __init_memblock __next_mem_range(u64 *idx, int nid, ulong flags, in __next_mem_range()
989 void __init_memblock __next_mem_range_rev(u64 *idx, int nid, ulong flags, in __next_mem_range_rev()
1079 void __init_memblock __next_mem_pfn_range(int *idx, int nid, in __next_mem_pfn_range()
1120 int __init_memblock memblock_set_node(phys_addr_t base, phys_addr_t size, in memblock_set_node()
1458 phys_addr_t __init_memblock memblock_start_of_DRAM(void) in memblock_start_of_DRAM()
1463 phys_addr_t __init_memblock memblock_end_of_DRAM(void) in memblock_end_of_DRAM()
1494 static int __init_memblock memblock_search(struct memblock_type *type, phys_addr_t addr) in memblock_search()
1517 int __init_memblock memblock_is_memory(phys_addr_t addr) in memblock_is_memory()
1523 int __init_memblock memblock_search_pfn_nid(unsigned long pfn, in memblock_search_pfn_nid()
1549 int __init_memblock memblock_is_region_memory(phys_addr_t base, phys_addr_t size) in memblock_is_region_memory()
1571 bool __init_memblock memblock_is_region_reserved(phys_addr_t base, phys_addr_t size) in memblock_is_region_reserved()
1577 void __init_memblock memblock_trim_memory(phys_addr_t align) in memblock_trim_memory()
1602 void __init_memblock memblock_set_current_limit(phys_addr_t limit) in memblock_set_current_limit()
1607 phys_addr_t __init_memblock memblock_get_current_limit(void) in memblock_get_current_limit()
1612 static void __init_memblock memblock_dump(struct memblock_type *type, char *name) in memblock_dump()
1637 void __init_memblock __memblock_dump_all(void) in __memblock_dump_all()