Lines Matching refs:memblock_type

131 struct memblock_type physmem = {
145 static __refdata struct memblock_type *memblock_memory = &memblock.memory;
147 #define for_each_memblock_type(i, memblock_type, rgn) \ argument
148 for (i = 0, rgn = &memblock_type->regions[0]; \
149 i < memblock_type->cnt; \
150 i++, rgn = &memblock_type->regions[i])
184 bool __init_memblock memblock_overlaps_region(struct memblock_type *type, in memblock_overlaps_region()
343 static void __init_memblock memblock_remove_region(struct memblock_type *type, unsigned long r) in memblock_remove_region()
408 static int __init_memblock memblock_double_array(struct memblock_type *type, in memblock_double_array()
506 static void __init_memblock memblock_merge_regions(struct memblock_type *type) in memblock_merge_regions()
543 static void __init_memblock memblock_insert_region(struct memblock_type *type, in memblock_insert_region()
577 static int __init_memblock memblock_add_range(struct memblock_type *type, in memblock_add_range()
735 static int __init_memblock memblock_isolate_range(struct memblock_type *type, in memblock_isolate_range()
795 static int __init_memblock memblock_remove_range(struct memblock_type *type, in memblock_remove_range()
889 struct memblock_type *type = &memblock.memory; in memblock_setclr_flag()
982 static bool should_skip_region(struct memblock_type *type, in should_skip_region()
1043 struct memblock_type *type_a, in __next_mem_range()
1044 struct memblock_type *type_b, phys_addr_t *out_start, in __next_mem_range()
1139 struct memblock_type *type_a, in __next_mem_range_rev()
1140 struct memblock_type *type_b, in __next_mem_range_rev()
1225 struct memblock_type *type = &memblock.memory; in __next_mem_pfn_range()
1265 struct memblock_type *type, int nid) in memblock_set_node()
1771 static int __init_memblock memblock_search(struct memblock_type *type, phys_addr_t addr) in memblock_search()
1811 struct memblock_type *type = &memblock.memory; in memblock_search_pfn_nid()
1895 static void __init_memblock memblock_dump(struct memblock_type *type) in memblock_dump()
2148 struct memblock_type *type = m->private; in memblock_debug_show()