Home
last modified time | relevance | path

Searched defs:altmap (Results 1 – 9 of 9) sorted by relevance

/linux/arch/s390/mm/
H A Dvmem.c41 static void vmem_free_pages(unsigned long addr, int order, struct vmem_altmap *altmap) in vmem_free_pages()
170 struct vmem_altmap *altmap) in modify_pte_table()
225 struct vmem_altmap *altmap) in modify_pmd_table()
316 bool add, bool direct, struct vmem_altmap *altmap) in modify_pud_table()
386 bool add, bool direct, struct vmem_altmap *altmap) in modify_p4d_table()
431 bool direct, struct vmem_altmap *altmap) in modify_pagetable()
476 struct vmem_altmap *altmap) in add_pagetable()
482 struct vmem_altmap *altmap) in remove_pagetable()
509 struct vmem_altmap *altmap) in vmemmap_populate()
525 struct vmem_altmap *altmap) in vmemmap_free()
/linux/arch/loongarch/mm/
H A Dinit.c122 void arch_remove_memory(u64 start, u64 size, struct vmem_altmap *altmap) in arch_remove_memory()
158 int node, struct vmem_altmap *altmap) in vmemmap_populate()
168 void vmemmap_free(unsigned long start, unsigned long end, struct vmem_altmap *altmap) in vmemmap_free()
/linux/arch/riscv/mm/
H A Dinit.c1351 struct vmem_altmap *altmap) in vmemmap_populate()
1529 struct vmem_altmap *altmap) in free_vmemmap_storage()
1550 bool is_vmemmap, struct vmem_altmap *altmap) in remove_pte_mapping()
1572 bool is_vmemmap, struct vmem_altmap *altmap) in remove_pmd_mapping()
1599 bool is_vmemmap, struct vmem_altmap *altmap) in remove_pud_mapping()
1630 bool is_vmemmap, struct vmem_altmap *altmap) in remove_p4d_mapping()
1661 struct vmem_altmap *altmap) in remove_pgd_mapping()
1720 void __ref arch_remove_memory(u64 start, u64 size, struct vmem_altmap *altmap) in arch_remove_memory()
1727 void __ref vmemmap_free(unsigned long start, unsigned long end, struct vmem_altmap *altmap) in vmemmap_free()
/linux/mm/
H A Dmemory_hotplug.c387 struct vmem_altmap *altmap = params->altmap; in __add_pages() local
586 struct vmem_altmap *altmap) in __remove_pages()
742 struct vmem_altmap *altmap, int migratetype, in move_pfn_range_to_zone()
1416 struct vmem_altmap *altmap = NULL; in remove_memory_blocks_and_altmaps() local
H A Dmm_init.c861 struct vmem_altmap *altmap, int migratetype, in memmap_init_range()
1059 static inline unsigned long compound_nr_pages(struct vmem_altmap *altmap, in compound_nr_pages()
1101 struct vmem_altmap *altmap = pgmap_altmap(pgmap); in memmap_init_zone_device() local
/linux/arch/powerpc/mm/
H A Dmem.c161 void __ref arch_remove_memory(u64 start, u64 size, struct vmem_altmap *altmap) in arch_remove_memory()
/linux/include/linux/
H A Dmemremap.h134 struct vmem_altmap altmap; member
H A Dmm.h4897 static inline unsigned long vmem_altmap_offset(const struct vmem_altmap *altmap) in vmem_altmap_offset()
4905 static inline void vmem_altmap_free(struct vmem_altmap *altmap, in vmem_altmap_free()
4911 static inline unsigned long vmem_altmap_offset(const struct vmem_altmap *altmap) in vmem_altmap_offset()
4916 static inline void vmem_altmap_free(struct vmem_altmap *altmap, in vmem_altmap_free()
4924 static inline bool __vmemmap_can_optimize(struct vmem_altmap *altmap, in __vmemmap_can_optimize()
4949 static inline bool vmemmap_can_optimize(struct vmem_altmap *altmap, in vmemmap_can_optimize()
/linux/drivers/nvdimm/
H A Dpfn_devs.c675 struct vmem_altmap *altmap = &pgmap->altmap; in __nvdimm_setup_pfn() local