Home
last modified time | relevance | path

Searched refs:altmap (Results 1 – 4 of 4) sorted by relevance

/include/linux/
Dmemory_hotplug.h85 struct vmem_altmap *altmap; member
156 extern void arch_remove_memory(u64 start, u64 size, struct vmem_altmap *altmap);
158 struct vmem_altmap *altmap);
318 struct vmem_altmap *altmap, int migratetype);
323 unsigned long nr_pages, struct vmem_altmap *altmap,
326 struct vmem_altmap *altmap);
Dmemory.h80 struct vmem_altmap *altmap; member
156 struct vmem_altmap *altmap,
Dmemremap.h128 struct vmem_altmap altmap; member
151 return &pgmap->altmap; in pgmap_altmap()
Dmm.h4003 unsigned long nr_pages, int nid, struct vmem_altmap *altmap,
4013 struct vmem_altmap *altmap, struct page *reuse);
4017 struct vmem_altmap *altmap);
4024 int node, struct vmem_altmap *altmap);
4026 int node, struct vmem_altmap *altmap);
4028 struct vmem_altmap *altmap);
4032 struct vmem_altmap *altmap);
4036 static inline unsigned long vmem_altmap_offset(struct vmem_altmap *altmap) in vmem_altmap_offset() argument
4039 if (altmap) in vmem_altmap_offset()
4040 return altmap->reserve + altmap->free; in vmem_altmap_offset()
[all …]