Home
last modified time | relevance | path

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

/linux-5.19.10/arch/arm64/mm/
Dkasan_init.c244 early_pfn_to_nid(virt_to_pfn(lm_alias(KERNEL_START)))); in kasan_init_shadow()
270 early_pfn_to_nid(virt_to_pfn(start))); in kasan_init_shadow()
/linux-5.19.10/mm/
Dbootmem_info.c125 if (pfn_valid(pfn) && (early_pfn_to_nid(pfn) == node)) in register_page_bootmem_info_node()
Dsparse-vmemmap.c536 int actual_node = early_pfn_to_nid(pfn); in vmemmap_verify()
Dsparse.c351 nid = early_pfn_to_nid(goal >> PAGE_SHIFT); in sparse_early_usemaps_alloc_pgdat_section()
Dpage_alloc.c390 int nid = early_pfn_to_nid(pfn); in early_page_uninitialised()
1571 nid = early_pfn_to_nid(pfn); in init_reserved_page()
1708 int __meminit early_pfn_to_nid(unsigned long pfn) in early_pfn_to_nid() function
/linux-5.19.10/arch/x86/mm/
Dkasan_init_64.c165 kasan_populate_shadow(start, end, early_pfn_to_nid(range->start)); in map_range()
404 early_pfn_to_nid(__pa(_stext))); in kasan_init()
Dnuma.c218 tnid = early_pfn_to_nid(nd_pa >> PAGE_SHIFT); in alloc_node_data()
/linux-5.19.10/arch/mips/loongson64/
Dnuma.c107 tnid = early_pfn_to_nid(nd_pa >> PAGE_SHIFT); in node_mem_init()
/linux-5.19.10/drivers/base/
Darch_numa.c239 tnid = early_pfn_to_nid(nd_pa >> PAGE_SHIFT); in setup_node_data()
Dnode.c794 return early_pfn_to_nid(pfn); in get_nid_for_pfn()
/linux-5.19.10/arch/powerpc/mm/book3s64/
Dradix_pgtable.c877 int nid = early_pfn_to_nid(phys >> PAGE_SHIFT); in radix__vmemmap_create_mapping()
/linux-5.19.10/arch/powerpc/mm/
Dnuma.c1098 tnid = early_pfn_to_nid(nd_pa >> PAGE_SHIFT); in setup_node_data()
/linux-5.19.10/include/linux/
Dmm.h2548 static inline int early_pfn_to_nid(unsigned long pfn) in early_pfn_to_nid() function
2554 extern int __meminit early_pfn_to_nid(unsigned long pfn);