Searched refs:memblock_region (Results 1 – 13 of 13) sorted by relevance
49 struct memblock_region { struct70 struct memblock_region *regions; argument236 static inline bool memblock_is_hotpluggable(struct memblock_region *m) in memblock_is_hotpluggable()241 static inline bool memblock_is_mirror(struct memblock_region *m) in memblock_is_mirror()246 static inline bool memblock_is_nomap(struct memblock_region *m) in memblock_is_nomap()351 static inline void memblock_set_region_node(struct memblock_region *r, int nid) in memblock_set_region_node()356 static inline int memblock_get_region_node(const struct memblock_region *r) in memblock_get_region_node()361 static inline void memblock_set_region_node(struct memblock_region *r, int nid) in memblock_set_region_node()365 static inline int memblock_get_region_node(const struct memblock_region *r) in memblock_get_region_node()518 static inline unsigned long memblock_region_memory_base_pfn(const struct memblock_region *reg) in memblock_region_memory_base_pfn()[all …]
105 static struct memblock_region memblock_memory_init_regions[INIT_MEMBLOCK_REGIONS] __initdata_memblo…106 static struct memblock_region memblock_reserved_init_regions[INIT_MEMBLOCK_RESERVED_REGIONS] __init…108 static struct memblock_region memblock_physmem_init_regions[INIT_PHYSMEM_REGIONS];367 size = PAGE_ALIGN(sizeof(struct memblock_region) * in memblock_discard()374 size = PAGE_ALIGN(sizeof(struct memblock_region) * in memblock_discard()402 struct memblock_region *new_array, *old_array; in memblock_double_array()415 old_size = type->max * sizeof(struct memblock_region); in memblock_double_array()502 struct memblock_region *this = &type->regions[i]; in memblock_merge_regions()503 struct memblock_region *next = &type->regions[i + 1]; in memblock_merge_regions()539 struct memblock_region *rgn = &type->regions[idx]; in memblock_insert_region()[all …]
6116 static struct memblock_region *r; in overlap_memmap_init()6797 struct memblock_region *r; in zone_absent_pages_in_node()7307 struct memblock_region *r; in find_zone_movable_pfns_for_nodes()
71 struct memblock_region *mem; in nlm_fixup_mem()
270 struct memblock_region *usablemem = data; in early_init_dt_scan_usablemem()289 struct memblock_region reg = { in fdt_enforce_memory_region()
354 struct memblock_region *mblk; in numa_register_nodes()
59 struct memblock_region *p = memblock.memory.regions; in wii_memory_fixups()
72 struct memblock_region *region; in bootmem_init()
204 struct memblock_region *region; in request_standard_resources()
247 struct memblock_region *region; in setup_memory()
641 struct memblock_region *region; in resource_init()
489 struct memblock_region *mb_region; in numa_clear_kernel_node_hotplug()
28 static struct memblock_region oldmem_region;