Home
last modified time | relevance | path

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

/linux-5.19.10/include/linux/
Dmemblock.h76 struct memblock_type { struct
94 struct memblock_type memory; argument
95 struct memblock_type reserved;
121 bool memblock_overlaps_region(struct memblock_type *type,
136 struct memblock_type *type_a,
137 struct memblock_type *type_b, phys_addr_t *out_start,
141 struct memblock_type *type_a,
142 struct memblock_type *type_b, phys_addr_t *out_start,
148 static inline void __next_physmem_range(u64 *idx, struct memblock_type *type, in __next_physmem_range()
152 extern struct memblock_type physmem; in __next_physmem_range()
[all …]
/linux-5.19.10/mm/
Dmemblock.c127 struct memblock_type physmem = {
141 static __refdata struct memblock_type *memblock_memory = &memblock.memory;
143 #define for_each_memblock_type(i, memblock_type, rgn) \ argument
144 for (i = 0, rgn = &memblock_type->regions[0]; \
145 i < memblock_type->cnt; \
146 i++, rgn = &memblock_type->regions[i])
180 bool __init_memblock memblock_overlaps_region(struct memblock_type *type, in memblock_overlaps_region()
339 static void __init_memblock memblock_remove_region(struct memblock_type *type, unsigned long r) in memblock_remove_region()
404 static int __init_memblock memblock_double_array(struct memblock_type *type, in memblock_double_array()
502 static void __init_memblock memblock_merge_regions(struct memblock_type *type) in memblock_merge_regions()
[all …]
/linux-5.19.10/arch/powerpc/include/asm/
Dfadump-internal.h20 #define memblock_num_regions(memblock_type) (memblock.memblock_type.cnt) argument
/linux-5.19.10/arch/s390/kernel/
Dcrash_dump.c31 static struct memblock_type oldmem_type = {