Home
last modified time | relevance | path

Searched refs:early_pfn_to_nid (Results 1 – 12 of 12) sorted by relevance

/linux/tools/include/linux/
H A Dmm.h44 static inline int early_pfn_to_nid(unsigned long pfn) in early_pfn_to_nid() function
/linux/mm/
H A Dnuma.c27 tnid = early_pfn_to_nid(nd_pa >> PAGE_SHIFT); in alloc_node_data()
H A Dbootmem_info.c128 if (pfn_valid(pfn) && (early_pfn_to_nid(pfn) == node)) in register_page_bootmem_info_node()
H A Dsparse-vmemmap.c147 int actual_node = early_pfn_to_nid(pfn); in vmemmap_verify()
H A Dsparse.c339 nid = early_pfn_to_nid(goal >> PAGE_SHIFT); in sparse_early_usemaps_alloc_pgdat_section()
H A Dmm_init.c635 int __meminit early_pfn_to_nid(unsigned long pfn) in early_pfn_to_nid() function
2487 int nid = early_pfn_to_nid(pfn); in memblock_free_pages()
H A Dmemblock.c2283 nid = early_pfn_to_nid(PFN_DOWN(start)); in memmap_init_reserved_pages()
H A Dhugetlb.c3148 listnode = early_pfn_to_nid(PHYS_PFN(virt_to_phys(m))); in alloc_bootmem()
/linux/arch/arm64/mm/
H A Dkasan_init.c343 early_pfn_to_nid(virt_to_pfn(lm_alias(KERNEL_START)))); in kasan_init_shadow()
361 early_pfn_to_nid(virt_to_pfn(start))); in kasan_init_shadow()
/linux/arch/x86/mm/
H A Dkasan_init_64.c164 kasan_populate_shadow(start, end, early_pfn_to_nid(range->start)); in map_range()
426 early_pfn_to_nid(__pa(_stext))); in kasan_init()
/linux/include/linux/
H A Dmm.h3334 static inline int early_pfn_to_nid(unsigned long pfn) in early_pfn_to_nid() function
3340 extern int __meminit early_pfn_to_nid(unsigned long pfn);
/linux/arch/powerpc/mm/book3s64/
H A Dradix_pgtable.c965 int nid = early_pfn_to_nid(phys >> PAGE_SHIFT); in radix__vmemmap_create_mapping()