Home
last modified time | relevance | path

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

/linux/include/linux/
A Dmemblock.h79 struct memblock_type { struct
97 struct memblock_type memory; argument
98 struct memblock_type reserved;
126 bool memblock_overlaps_region(struct memblock_type *type,
142 struct memblock_type *type_a,
143 struct memblock_type *type_b, phys_addr_t *out_start,
147 struct memblock_type *type_a,
148 struct memblock_type *type_b, phys_addr_t *out_start,
154 static inline void __next_physmem_range(u64 *idx, struct memblock_type *type, in __next_physmem_range()
158 extern struct memblock_type physmem; in __next_physmem_range()
[all …]
/linux/mm/
A Dmemblock.c129 struct memblock_type physmem = {
145 for (i = 0, rgn = &memblock_type->regions[0]; \
146 i < memblock_type->cnt; \
147 i++, rgn = &memblock_type->regions[i])
1112 struct memblock_type *type_a, in __next_mem_range()
1204 struct memblock_type *type_a, in __next_mem_range_rev()
1205 struct memblock_type *type_b, in __next_mem_range_rev()
1287 struct memblock_type *type = &memblock.memory; in __next_mem_pfn_range()
1327 struct memblock_type *type, int nid) in memblock_set_node()
1894 struct memblock_type *type = &memblock.memory; in memblock_search_pfn_nid()
[all …]
/linux/arch/powerpc/include/asm/
A Dfadump-internal.h20 #define memblock_num_regions(memblock_type) (memblock.memblock_type.cnt) argument
/linux/arch/s390/kernel/
A Dcrash_dump.c33 static struct memblock_type oldmem_type = {

Completed in 16 milliseconds