Lines Matching refs:memblock_region
62 struct memblock_region { struct
83 struct memblock_region *regions; argument
253 static inline bool memblock_is_hotpluggable(struct memblock_region *m) in memblock_is_hotpluggable()
258 static inline bool memblock_is_mirror(struct memblock_region *m) in memblock_is_mirror()
263 static inline bool memblock_is_nomap(struct memblock_region *m) in memblock_is_nomap()
268 static inline bool memblock_is_reserved_noinit(struct memblock_region *m) in memblock_is_reserved_noinit()
273 static inline bool memblock_is_driver_managed(struct memblock_region *m) in memblock_is_driver_managed()
357 static inline void memblock_set_region_node(struct memblock_region *r, int nid) in memblock_set_region_node()
362 static inline int memblock_get_region_node(const struct memblock_region *r) in memblock_get_region_node()
367 static inline void memblock_set_region_node(struct memblock_region *r, int nid) in memblock_set_region_node()
371 static inline int memblock_get_region_node(const struct memblock_region *r) in memblock_get_region_node()
518 static inline unsigned long memblock_region_memory_base_pfn(const struct memblock_region *reg) in memblock_region_memory_base_pfn()
529 static inline unsigned long memblock_region_memory_end_pfn(const struct memblock_region *reg) in memblock_region_memory_end_pfn()
540 static inline unsigned long memblock_region_reserved_base_pfn(const struct memblock_region *reg) in memblock_region_reserved_base_pfn()
551 static inline unsigned long memblock_region_reserved_end_pfn(const struct memblock_region *reg) in memblock_region_reserved_end_pfn()