Lines Matching refs:memblock_region
49 struct memblock_region { struct
70 struct memblock_region *regions; argument
204 static inline bool memblock_is_hotpluggable(struct memblock_region *m) in memblock_is_hotpluggable()
209 static inline bool memblock_is_mirror(struct memblock_region *m) in memblock_is_mirror()
214 static inline bool memblock_is_nomap(struct memblock_region *m) in memblock_is_nomap()
318 static inline void memblock_set_region_node(struct memblock_region *r, int nid) in memblock_set_region_node()
323 static inline int memblock_get_region_node(const struct memblock_region *r) in memblock_get_region_node()
328 static inline void memblock_set_region_node(struct memblock_region *r, int nid) in memblock_set_region_node()
332 static inline int memblock_get_region_node(const struct memblock_region *r) in memblock_get_region_node()
486 static inline unsigned long memblock_region_memory_base_pfn(const struct memblock_region *reg) in memblock_region_memory_base_pfn()
497 static inline unsigned long memblock_region_memory_end_pfn(const struct memblock_region *reg) in memblock_region_memory_end_pfn()
508 static inline unsigned long memblock_region_reserved_base_pfn(const struct memblock_region *reg) in memblock_region_reserved_base_pfn()
519 static inline unsigned long memblock_region_reserved_end_pfn(const struct memblock_region *reg) in memblock_region_reserved_end_pfn()