Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Dmemblock.h70 struct memblock_type { struct
88 struct memblock_type memory; argument
89 struct memblock_type reserved;
116 bool memblock_overlaps_region(struct memblock_type *type,
130 struct memblock_type *type_a,
131 struct memblock_type *type_b, phys_addr_t *out_start,
135 struct memblock_type *type_a,
136 struct memblock_type *type_b, phys_addr_t *out_start,
142 static inline void __next_physmem_range(u64 *idx, struct memblock_type *type, in __next_physmem_range()
146 extern struct memblock_type physmem; in __next_physmem_range()
[all …]
/OK3568_Linux_fs/kernel/mm/
H A Dmemblock.c147 struct memblock_type physmem = {
161 static __refdata struct memblock_type *memblock_memory = &memblock.memory;
163 #define for_each_memblock_type(i, memblock_type, rgn) \ argument
164 for (i = 0, rgn = &memblock_type->regions[0]; \
165 i < memblock_type->cnt; \
166 i++, rgn = &memblock_type->regions[i])
201 bool __init_memblock memblock_overlaps_region(struct memblock_type *type, in memblock_overlaps_region()
360 static void __init_memblock memblock_remove_region(struct memblock_type *type, unsigned long r) in memblock_remove_region()
425 static int __init_memblock memblock_double_array(struct memblock_type *type, in memblock_double_array()
523 static void __init_memblock memblock_merge_regions(struct memblock_type *type) in memblock_merge_regions()
[all …]
/OK3568_Linux_fs/kernel/arch/powerpc/include/asm/
H A Dfadump-internal.h20 #define memblock_num_regions(memblock_type) (memblock.memblock_type.cnt) argument
/OK3568_Linux_fs/kernel/drivers/soc/rockchip/
H A Drk_memblock_procfs.c17 struct memblock_type *type = m->private; in memblock_procfs_show()
/OK3568_Linux_fs/kernel/arch/s390/kernel/
H A Dcrash_dump.c30 static struct memblock_type oldmem_type = {