Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/
Dmemblock.h61 struct memblock_type { struct
80 struct memblock_type memory; argument
81 struct memblock_type reserved;
83 struct memblock_type physmem;
114 bool memblock_overlaps_region(struct memblock_type *type,
124 int memblock_add_range(struct memblock_type *type,
129 struct memblock_type *type_a,
130 struct memblock_type *type_b, phys_addr_t *out_start,
134 struct memblock_type *type_a,
135 struct memblock_type *type_b, phys_addr_t *out_start,
[all …]
/Linux-v4.19/mm/
Dmemblock.c139 bool __init_memblock memblock_overlaps_region(struct memblock_type *type, in memblock_overlaps_region()
332 static void __init_memblock memblock_remove_region(struct memblock_type *type, unsigned long r) in memblock_remove_region()
389 static int __init_memblock memblock_double_array(struct memblock_type *type, in memblock_double_array()
497 static void __init_memblock memblock_merge_regions(struct memblock_type *type) in memblock_merge_regions()
534 static void __init_memblock memblock_insert_region(struct memblock_type *type, in memblock_insert_region()
568 int __init_memblock memblock_add_range(struct memblock_type *type, in memblock_add_range()
709 static int __init_memblock memblock_isolate_range(struct memblock_type *type, in memblock_isolate_range()
769 static int __init_memblock memblock_remove_range(struct memblock_type *type, in memblock_remove_range()
830 struct memblock_type *type = &memblock.memory; in memblock_setclr_flag()
921 struct memblock_type *type = &memblock.reserved; in __next_reserved_mem_region()
[all …]
/Linux-v4.19/arch/powerpc/include/asm/
Dfadump.h49 #define memblock_num_regions(memblock_type) (memblock.memblock_type.cnt) argument
/Linux-v4.19/arch/s390/kernel/
Dcrash_dump.c31 static struct memblock_type oldmem_type = {