Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/
Dmemblock.h35 struct memblock_type { struct
45 struct memblock_type memory; argument
46 struct memblock_type reserved;
48 struct memblock_type physmem;
80 int memblock_add_range(struct memblock_type *type,
84 int memblock_remove_range(struct memblock_type *type,
88 void __next_mem_range(u64 *idx, int nid, struct memblock_type *type_a,
89 struct memblock_type *type_b, phys_addr_t *out_start,
92 void __next_mem_range_rev(u64 *idx, int nid, struct memblock_type *type_a,
93 struct memblock_type *type_b, phys_addr_t *out_start,
[all …]
/linux-4.1.27/mm/
Dmemblock.c63 memblock_type_name(struct memblock_type *type) in memblock_type_name()
88 static long __init_memblock memblock_overlaps_region(struct memblock_type *type, in memblock_overlaps_region()
259 static void __init_memblock memblock_remove_region(struct memblock_type *type, unsigned long r) in memblock_remove_region()
320 static int __init_memblock memblock_double_array(struct memblock_type *type, in memblock_double_array()
428 static void __init_memblock memblock_merge_regions(struct memblock_type *type) in memblock_merge_regions()
465 static void __init_memblock memblock_insert_region(struct memblock_type *type, in memblock_insert_region()
498 int __init_memblock memblock_add_range(struct memblock_type *type, in memblock_add_range()
588 struct memblock_type *_rgn = &memblock.memory; in memblock_add_region()
619 static int __init_memblock memblock_isolate_range(struct memblock_type *type, in memblock_isolate_range()
679 int __init_memblock memblock_remove_range(struct memblock_type *type, in memblock_remove_range()
[all …]
/linux-4.1.27/arch/powerpc/include/asm/
Dfadump.h46 #define memblock_num_regions(memblock_type) (memblock.memblock_type.cnt) argument
/linux-4.1.27/arch/s390/kernel/
Dcrash_dump.c28 static struct memblock_type oldmem_type = {