Lines Matching refs:memblock_region
26 struct memblock_region { struct
39 struct memblock_region *regions; argument
136 static inline bool memblock_is_hotpluggable(struct memblock_region *m) in memblock_is_hotpluggable()
146 static inline bool memblock_is_hotpluggable(struct memblock_region *m) in memblock_is_hotpluggable()
207 static inline void memblock_set_region_flags(struct memblock_region *r, in memblock_set_region_flags()
213 static inline void memblock_clear_region_flags(struct memblock_region *r, in memblock_clear_region_flags()
223 static inline void memblock_set_region_node(struct memblock_region *r, int nid) in memblock_set_region_node()
228 static inline int memblock_get_region_node(const struct memblock_region *r) in memblock_get_region_node()
233 static inline void memblock_set_region_node(struct memblock_region *r, int nid) in memblock_set_region_node()
237 static inline int memblock_get_region_node(const struct memblock_region *r) in memblock_get_region_node()
322 static inline unsigned long memblock_region_memory_base_pfn(const struct memblock_region *reg) in memblock_region_memory_base_pfn()
331 static inline unsigned long memblock_region_memory_end_pfn(const struct memblock_region *reg) in memblock_region_memory_end_pfn()
340 static inline unsigned long memblock_region_reserved_base_pfn(const struct memblock_region *reg) in memblock_region_reserved_base_pfn()
349 static inline unsigned long memblock_region_reserved_end_pfn(const struct memblock_region *reg) in memblock_region_reserved_end_pfn()