Searched defs:altmap (Results 1 – 12 of 12) sorted by relevance
/linux/arch/loongarch/mm/ |
H A D | init.c | 98 void arch_remove_memory(u64 start, u64 size, struct vmem_altmap *altmap) in arch_remove_memory() 134 int node, struct vmem_altmap *altmap) in vmemmap_populate() 144 void vmemmap_free(unsigned long start, unsigned long end, struct vmem_altmap *altmap) in vmemmap_free()
|
/linux/arch/powerpc/mm/book3s64/ |
H A D | radix_pgtable.c | 755 struct vmem_altmap *altmap, in free_vmemmap_pages() 788 struct vmem_altmap *altmap) in remove_pte_table() 821 struct vmem_altmap *altmap) in remove_pmd_table() 861 struct vmem_altmap *altmap) in remove_pud_table() 895 struct vmem_altmap *altmap) in remove_pagetable() 980 bool vmemmap_can_optimize(struct vmem_altmap *altmap, struct dev_pagemap *pgmap) in vmemmap_can_optimize() 1016 struct vmem_altmap *altmap, in radix__vmemmap_pte_populate() 1114 struct vmem_altmap *altmap) in radix__vmemmap_populate() 1213 struct vmem_altmap *altmap, in radix__vmemmap_populate_address() 1413 struct vmem_altmap *altmap) in radix__vmemmap_free()
|
/linux/arch/arm64/mm/ |
H A D | mmu.c | 839 struct vmem_altmap *altmap) in free_hotplug_page_range() 875 struct vmem_altmap *altmap) in unmap_hotplug_pte_range() 896 struct vmem_altmap *altmap) in unmap_hotplug_pmd_range() 929 struct vmem_altmap *altmap) in unmap_hotplug_pud_range() 962 struct vmem_altmap *altmap) in unmap_hotplug_p4d_range() 980 bool free_mapped, struct vmem_altmap *altmap) in unmap_hotplug_range() 1196 struct vmem_altmap *altmap) in vmemmap_populate() 1211 struct vmem_altmap *altmap) in vmemmap_free() 1392 void arch_remove_memory(u64 start, u64 size, struct vmem_altmap *altmap) in arch_remove_memory()
|
/linux/arch/x86/mm/ |
H A D | init_64.c | 1021 struct vmem_altmap *altmap) in free_hugepage_table() 1128 bool direct, struct vmem_altmap *altmap) in remove_pmd_table() 1174 struct vmem_altmap *altmap, bool direct) in remove_pud_table() 1208 struct vmem_altmap *altmap, bool direct) in remove_p4d_table() 1241 struct vmem_altmap *altmap) in remove_pagetable() 1263 struct vmem_altmap *altmap) in vmemmap_free() 1280 void __ref arch_remove_memory(u64 start, u64 size, struct vmem_altmap *altmap) in arch_remove_memory() 1548 struct vmem_altmap *altmap) in vmemmap_populate()
|
/linux/arch/riscv/mm/ |
H A D | init.c | 1456 struct vmem_altmap *altmap) in vmemmap_populate() 1632 struct vmem_altmap *altmap) in free_vmemmap_storage() 1653 bool is_vmemmap, struct vmem_altmap *altmap) in remove_pte_mapping() 1675 bool is_vmemmap, struct vmem_altmap *altmap) in remove_pmd_mapping() 1702 bool is_vmemmap, struct vmem_altmap *altmap) in remove_pud_mapping() 1733 bool is_vmemmap, struct vmem_altmap *altmap) in remove_p4d_mapping() 1764 struct vmem_altmap *altmap) in remove_pgd_mapping() 1823 void __ref arch_remove_memory(u64 start, u64 size, struct vmem_altmap *altmap) in arch_remove_memory() 1830 void __ref vmemmap_free(unsigned long start, unsigned long end, struct vmem_altmap *altmap) in vmemmap_free()
|
/linux/drivers/base/ |
H A D | memory.c | 826 struct vmem_altmap *altmap, in add_memory_block() 871 struct vmem_altmap *altmap, in add_hotplug_memory_block() 902 struct vmem_altmap *altmap, in create_memory_block_devices()
|
/linux/mm/ |
H A D | memory_hotplug.c | 394 struct vmem_altmap *altmap = params->altmap; in __add_pages() local 593 struct vmem_altmap *altmap) in __remove_pages() 773 struct vmem_altmap *altmap, int migratetype) in move_pfn_range_to_zone() 1427 struct vmem_altmap *altmap = NULL; in remove_memory_blocks_and_altmaps() local
|
H A D | mm_init.c | 877 struct vmem_altmap *altmap, int migratetype) in memmap_init_range() 1072 static inline unsigned long compound_nr_pages(struct vmem_altmap *altmap, in compound_nr_pages() 1115 struct vmem_altmap *altmap = pgmap_altmap(pgmap); in memmap_init_zone_device() local
|
/linux/include/linux/ |
H A D | memory.h | 80 struct vmem_altmap *altmap; member
|
H A D | mm.h | 3827 static inline unsigned long vmem_altmap_offset(struct vmem_altmap *altmap) in vmem_altmap_offset() 3835 static inline void vmem_altmap_free(struct vmem_altmap *altmap, in vmem_altmap_free() 3841 static inline unsigned long vmem_altmap_offset(struct vmem_altmap *altmap) in vmem_altmap_offset() 3846 static inline void vmem_altmap_free(struct vmem_altmap *altmap, in vmem_altmap_free() 3854 static inline bool __vmemmap_can_optimize(struct vmem_altmap *altmap, in __vmemmap_can_optimize() 3879 static inline bool vmemmap_can_optimize(struct vmem_altmap *altmap, in vmemmap_can_optimize()
|
/linux/drivers/nvdimm/ |
H A D | pfn_devs.c | 686 struct vmem_altmap *altmap = &pgmap->altmap; in __nvdimm_setup_pfn() local
|
/linux/arch/sparc/mm/ |
H A D | init_64.c | 2585 int node, struct vmem_altmap *altmap) in vmemmap_populate()
|