Searched refs:memblock_type (Results 1 – 4 of 4) sorted by relevance
| /linux-6.15/include/linux/ |
| H A D | memblock.h | 79 struct memblock_type { struct 97 struct memblock_type memory; argument 98 struct memblock_type reserved; 126 bool memblock_overlaps_region(struct memblock_type *type, 141 struct memblock_type *type_a, 142 struct memblock_type *type_b, phys_addr_t *out_start, 146 struct memblock_type *type_a, 147 struct memblock_type *type_b, phys_addr_t *out_start, 153 static inline void __next_physmem_range(u64 *idx, struct memblock_type *type, in __next_physmem_range() 157 extern struct memblock_type physmem; in __next_physmem_range() [all …]
|
| /linux-6.15/mm/ |
| H A D | memblock.c | 130 struct memblock_type physmem = { 146 for (i = 0, rgn = &memblock_type->regions[0]; \ 147 i < memblock_type->cnt; \ 148 i++, rgn = &memblock_type->regions[i]) 1120 struct memblock_type *type_a, in __next_mem_range() 1212 struct memblock_type *type_a, in __next_mem_range_rev() 1213 struct memblock_type *type_b, in __next_mem_range_rev() 1295 struct memblock_type *type = &memblock.memory; in __next_mem_pfn_range() 1335 struct memblock_type *type, int nid) in memblock_set_node() 1922 struct memblock_type *type = &memblock.memory; in memblock_search_pfn_nid() [all …]
|
| /linux-6.15/arch/powerpc/include/asm/ |
| H A D | fadump-internal.h | 20 #define memblock_num_regions(memblock_type) (memblock.memblock_type.cnt) argument
|
| /linux-6.15/arch/s390/kernel/ |
| H A D | crash_dump.c | 33 static struct memblock_type oldmem_type = {
|