Searched refs:memblock_type (Results 1 – 4 of 4) sorted by relevance
| /Linux-v5.4/include/linux/ |
| D | memblock.h | 66 struct memblock_type { struct 85 struct memblock_type memory; argument 86 struct memblock_type reserved; 88 struct memblock_type physmem; 117 bool memblock_overlaps_region(struct memblock_type *type, 130 int memblock_add_range(struct memblock_type *type, 135 struct memblock_type *type_a, 136 struct memblock_type *type_b, phys_addr_t *out_start, 140 struct memblock_type *type_a, 141 struct memblock_type *type_b, phys_addr_t *out_start, [all …]
|
| /Linux-v5.4/mm/ |
| D | memblock.c | 162 bool __init_memblock memblock_overlaps_region(struct memblock_type *type, in memblock_overlaps_region() 356 static void __init_memblock memblock_remove_region(struct memblock_type *type, unsigned long r) in memblock_remove_region() 413 static int __init_memblock memblock_double_array(struct memblock_type *type, in memblock_double_array() 511 static void __init_memblock memblock_merge_regions(struct memblock_type *type) in memblock_merge_regions() 548 static void __init_memblock memblock_insert_region(struct memblock_type *type, in memblock_insert_region() 582 int __init_memblock memblock_add_range(struct memblock_type *type, in memblock_add_range() 723 static int __init_memblock memblock_isolate_range(struct memblock_type *type, in memblock_isolate_range() 783 static int __init_memblock memblock_remove_range(struct memblock_type *type, in memblock_remove_range() 851 struct memblock_type *type = &memblock.memory; in memblock_setclr_flag() 945 struct memblock_type *type = &memblock.reserved; in __next_reserved_mem_region() [all …]
|
| /Linux-v5.4/arch/powerpc/include/asm/ |
| D | fadump-internal.h | 20 #define memblock_num_regions(memblock_type) (memblock.memblock_type.cnt) argument
|
| /Linux-v5.4/arch/s390/kernel/ |
| D | crash_dump.c | 30 static struct memblock_type oldmem_type = {
|