Lines Matching refs:memblock_region
51 struct memblock_region { struct
72 struct memblock_region *regions; argument
238 static inline bool memblock_is_hotpluggable(struct memblock_region *m) in memblock_is_hotpluggable()
243 static inline bool memblock_is_mirror(struct memblock_region *m) in memblock_is_mirror()
248 static inline bool memblock_is_nomap(struct memblock_region *m) in memblock_is_nomap()
353 static inline void memblock_set_region_node(struct memblock_region *r, int nid) in memblock_set_region_node()
358 static inline int memblock_get_region_node(const struct memblock_region *r) in memblock_get_region_node()
363 static inline void memblock_set_region_node(struct memblock_region *r, int nid) in memblock_set_region_node()
367 static inline int memblock_get_region_node(const struct memblock_region *r) in memblock_get_region_node()
520 static inline unsigned long memblock_region_memory_base_pfn(const struct memblock_region *reg) in memblock_region_memory_base_pfn()
531 static inline unsigned long memblock_region_memory_end_pfn(const struct memblock_region *reg) in memblock_region_memory_end_pfn()
542 static inline unsigned long memblock_region_reserved_base_pfn(const struct memblock_region *reg) in memblock_region_reserved_base_pfn()
553 static inline unsigned long memblock_region_reserved_end_pfn(const struct memblock_region *reg) in memblock_region_reserved_end_pfn()