Lines Matching refs:memblock_region
59 struct memblock_region { struct
80 struct memblock_region *regions; argument
249 static inline bool memblock_is_hotpluggable(struct memblock_region *m) in memblock_is_hotpluggable()
254 static inline bool memblock_is_mirror(struct memblock_region *m) in memblock_is_mirror()
259 static inline bool memblock_is_nomap(struct memblock_region *m) in memblock_is_nomap()
264 static inline bool memblock_is_driver_managed(struct memblock_region *m) in memblock_is_driver_managed()
369 static inline void memblock_set_region_node(struct memblock_region *r, int nid) in memblock_set_region_node()
374 static inline int memblock_get_region_node(const struct memblock_region *r) in memblock_get_region_node()
379 static inline void memblock_set_region_node(struct memblock_region *r, int nid) in memblock_set_region_node()
383 static inline int memblock_get_region_node(const struct memblock_region *r) in memblock_get_region_node()
519 static inline unsigned long memblock_region_memory_base_pfn(const struct memblock_region *reg) in memblock_region_memory_base_pfn()
530 static inline unsigned long memblock_region_memory_end_pfn(const struct memblock_region *reg) in memblock_region_memory_end_pfn()
541 static inline unsigned long memblock_region_reserved_base_pfn(const struct memblock_region *reg) in memblock_region_reserved_base_pfn()
552 static inline unsigned long memblock_region_reserved_end_pfn(const struct memblock_region *reg) in memblock_region_reserved_end_pfn()