Searched refs:phys_to_nid (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/include/asm/
H A Dmmzone_64.h28 static inline __attribute__((pure)) int phys_to_nid(unsigned long addr) function
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/mm/
H A Dnuma_64.c156 return phys_to_nid(pfn << PAGE_SHIFT);
232 nid = phys_to_nid(nodedata_phys);
275 nid = phys_to_nid(bootmap_start);
H A Dinit_64.c826 nid = phys_to_nid(phys);
827 next_nid = phys_to_nid(phys + len - 1);

Completed in 82 milliseconds