Searched refs:memblock_type (Results 1 – 4 of 4) sorted by relevance
/linux/include/linux/ |
A D | memblock.h | 77 struct memblock_type { struct 95 struct memblock_type memory; argument 96 struct memblock_type reserved; 122 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/mm/ |
A D | memblock.c | 127 struct memblock_type physmem = { 144 for (i = 0, rgn = &memblock_type->regions[0]; \ 145 i < memblock_type->cnt; \ 146 i++, rgn = &memblock_type->regions[i]) 868 struct memblock_type *type = &memblock.memory; in memblock_setclr_flag() 1019 struct memblock_type *type_a, in __next_mem_range() 1115 struct memblock_type *type_a, in __next_mem_range_rev() 1116 struct memblock_type *type_b, in __next_mem_range_rev() 1201 struct memblock_type *type = &memblock.memory; in __next_mem_pfn_range() 1241 struct memblock_type *type, int nid) in memblock_set_node() [all …]
|
/linux/arch/powerpc/include/asm/ |
A D | fadump-internal.h | 20 #define memblock_num_regions(memblock_type) (memblock.memblock_type.cnt) argument
|
/linux/arch/s390/kernel/ |
A D | crash_dump.c | 30 static struct memblock_type oldmem_type = {
|
Completed in 12 milliseconds