Searched refs:memblock_type (Results 1 - 1 of 1) sorted by relevance
/device/soc/rockchip/common/sdk_linux/include/linux/ |
H A D | memblock.h | 63 * struct memblock_type - collection of memory regions of certain type 70 struct memblock_type { struct 88 struct memblock_type memory; 89 struct memblock_type reserved; 117 bool memblock_overlaps_region(struct memblock_type *type, phys_addr_t base, phys_addr_t size); 129 void __next_mem_range(u64 *idx, int nid, enum memblock_flags flags, struct memblock_type *type_a, 130 struct memblock_type *type_b, phys_addr_t *out_start, phys_addr_t *out_end, int *out_nid); 132 void __next_mem_range_rev(u64 *idx, int nid, enum memblock_flags flags, struct memblock_type *type_a, 133 struct memblock_type *type_b, phys_addr_t *out_start, phys_addr_t *out_end, int *out_nid); 138 static inline void _next_physmem_range(u64 *idx, struct memblock_type *typ [all...] |
Completed in 1 milliseconds