Lines Matching refs:memblock_region
53 struct memblock_region { struct
74 struct memblock_region *regions; argument
240 static inline bool memblock_is_hotpluggable(struct memblock_region *m) in memblock_is_hotpluggable()
245 static inline bool memblock_is_mirror(struct memblock_region *m) in memblock_is_mirror()
250 static inline bool memblock_is_nomap(struct memblock_region *m) in memblock_is_nomap()
355 static inline void memblock_set_region_node(struct memblock_region *r, int nid) in memblock_set_region_node()
360 static inline int memblock_get_region_node(const struct memblock_region *r) in memblock_get_region_node()
365 static inline void memblock_set_region_node(struct memblock_region *r, int nid) in memblock_set_region_node()
369 static inline int memblock_get_region_node(const struct memblock_region *r) in memblock_get_region_node()
523 static inline unsigned long memblock_region_memory_base_pfn(const struct memblock_region *reg) in memblock_region_memory_base_pfn()
534 static inline unsigned long memblock_region_memory_end_pfn(const struct memblock_region *reg) in memblock_region_memory_end_pfn()
545 static inline unsigned long memblock_region_reserved_base_pfn(const struct memblock_region *reg) in memblock_region_reserved_base_pfn()
556 static inline unsigned long memblock_region_reserved_end_pfn(const struct memblock_region *reg) in memblock_region_reserved_end_pfn()