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

/linux-master/include/linux/
H A Dmemblock.h72 * struct memblock_type - collection of memory regions of certain type
79 struct memblock_type { struct
97 struct memblock_type memory;
98 struct memblock_type reserved;
126 bool memblock_overlaps_region(struct memblock_type *type,
142 struct memblock_type *type_a,
143 struct memblock_type *type_b, phys_addr_t *out_start,
147 struct memblock_type *type_a,
148 struct memblock_type *type_b, phys_addr_t *out_start,
154 static inline void __next_physmem_range(u64 *idx, struct memblock_type *typ
[all...]
/linux-master/arch/powerpc/include/asm/
H A Dfadump-internal.h20 #define memblock_num_regions(memblock_type) (memblock.memblock_type.cnt)
/linux-master/mm/
H A Dmemblock.c57 * systems. Every memory type is described by the struct 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) \
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,
349 static void __init_memblock memblock_remove_region(struct memblock_type *type, unsigned long r)
414 static int __init_memblock memblock_double_array(struct memblock_type *typ
[all...]
/linux-master/arch/s390/kernel/
H A Dcrash_dump.c33 static struct memblock_type oldmem_type = {

Completed in 226 milliseconds