Home
last modified time | relevance | path

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

/linux-6.6.21/include/linux/
Dmemblock.h76 struct memblock_type { struct
94 struct memblock_type memory; argument
95 struct memblock_type reserved;
123 bool memblock_overlaps_region(struct memblock_type *type,
137 struct memblock_type *type_a,
138 struct memblock_type *type_b, phys_addr_t *out_start,
142 struct memblock_type *type_a,
143 struct memblock_type *type_b, phys_addr_t *out_start,
149 static inline void __next_physmem_range(u64 *idx, struct memblock_type *type, in __next_physmem_range()
153 extern struct memblock_type physmem; in __next_physmem_range()
[all …]
/linux-6.6.21/mm/
Dmemblock.c131 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])
190 bool __init_memblock memblock_overlaps_region(struct memblock_type *type, in memblock_overlaps_region()
349 static void __init_memblock memblock_remove_region(struct memblock_type *type, unsigned long r) in memblock_remove_region()
414 static int __init_memblock memblock_double_array(struct memblock_type *type, in memblock_double_array()
513 static void __init_memblock memblock_merge_regions(struct memblock_type *type, in memblock_merge_regions()
[all …]
/linux-6.6.21/arch/powerpc/include/asm/
Dfadump-internal.h20 #define memblock_num_regions(memblock_type) (memblock.memblock_type.cnt) argument
/linux-6.6.21/arch/s390/kernel/
Dcrash_dump.c32 static struct memblock_type oldmem_type = {