Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
Dmemblock.h39 struct memblock_type { struct
49 struct memblock_type memory; argument
50 struct memblock_type reserved;
52 struct memblock_type physmem;
80 bool memblock_overlaps_region(struct memblock_type *type,
88 int memblock_add_range(struct memblock_type *type,
93 struct memblock_type *type_a,
94 struct memblock_type *type_b, phys_addr_t *out_start,
98 struct memblock_type *type_a,
99 struct memblock_type *type_b, phys_addr_t *out_start,
[all …]
/linux-4.4.14/mm/
Dmemblock.c69 memblock_type_name(struct memblock_type *type) in memblock_type_name()
94 bool __init_memblock memblock_overlaps_region(struct memblock_type *type, in memblock_overlaps_region()
285 static void __init_memblock memblock_remove_region(struct memblock_type *type, unsigned long r) in memblock_remove_region()
346 static int __init_memblock memblock_double_array(struct memblock_type *type, in memblock_double_array()
454 static void __init_memblock memblock_merge_regions(struct memblock_type *type) in memblock_merge_regions()
491 static void __init_memblock memblock_insert_region(struct memblock_type *type, in memblock_insert_region()
524 int __init_memblock memblock_add_range(struct memblock_type *type, in memblock_add_range()
618 struct memblock_type *type = &memblock.memory; in memblock_add_region()
649 static int __init_memblock memblock_isolate_range(struct memblock_type *type, in memblock_isolate_range()
709 static int __init_memblock memblock_remove_range(struct memblock_type *type, in memblock_remove_range()
[all …]
/linux-4.4.14/arch/powerpc/include/asm/
Dfadump.h46 #define memblock_num_regions(memblock_type) (memblock.memblock_type.cnt) argument
/linux-4.4.14/arch/s390/kernel/
Dcrash_dump.c28 static struct memblock_type oldmem_type = {