Searched refs:memblock_region (Results 1 – 14 of 14) sorted by relevance
16 static struct memblock_region *hyp_memory = kvm_nvhe_sym(hyp_memory);24 const struct memblock_region *r1 = p1; in cmp_hyp_memblock()25 const struct memblock_region *r2 = p2; in cmp_hyp_memblock()34 sizeof(struct memblock_region), in sort_memblock_regions()41 struct memblock_region *reg; in register_memblock_regions()
51 struct memblock_region { struct72 struct memblock_region *regions; argument237 static inline bool memblock_is_hotpluggable(struct memblock_region *m) in memblock_is_hotpluggable()242 static inline bool memblock_is_mirror(struct memblock_region *m) in memblock_is_mirror()247 static inline bool memblock_is_nomap(struct memblock_region *m) in memblock_is_nomap()352 static inline void memblock_set_region_node(struct memblock_region *r, int nid) in memblock_set_region_node()357 static inline int memblock_get_region_node(const struct memblock_region *r) in memblock_get_region_node()362 static inline void memblock_set_region_node(struct memblock_region *r, int nid) in memblock_set_region_node()366 static inline int memblock_get_region_node(const struct memblock_region *r) in memblock_get_region_node()519 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 …]
6472 static struct memblock_region *r; in overlap_memmap_init()7213 struct memblock_region *r; in zone_absent_pages_in_node()7711 struct memblock_region *r; in find_zone_movable_pfns_for_nodes()
14 extern struct memblock_region kvm_nvhe_sym(hyp_memory)[];61 struct memblock_region *reg = &kvm_nvhe_sym(hyp_memory)[i]; in __hyp_pgtable_total_pages()
71 struct memblock_region *mem; in nlm_fixup_mem()
59 struct memblock_region *p = memblock.memory.regions; in wii_memory_fixups()
23 struct memblock_region hyp_memory[HYP_MEMBLOCK_REGIONS];
162 struct memblock_region *reg; in host_stage2_unmap_dev_all()184 struct memblock_region *reg; in find_mem_range()
146 struct memblock_region *region = NULL; in init_resources()
214 struct memblock_region *region; in request_standard_resources()
350 struct memblock_region *mblk; in numa_register_nodes()
488 struct memblock_region *mb_region; in numa_clear_kernel_node_hotplug()
28 static struct memblock_region oldmem_region;