Home
last modified time | relevance | path

Searched defs:pa_to_nid (Results 1 – 4 of 4) sorted by relevance

/linux-4.1.27/arch/mips/include/asm/mach-ip27/
Dmmzone.h8 #define pa_to_nid(addr) NASID_TO_COMPACT_NODEID(NASID_GET(addr)) macro
/linux-4.1.27/arch/mips/include/asm/mach-loongson/
Dmmzone.h23 #define pa_to_nid(addr) (((addr) & 0xf00000000000) >> NODE_ADDRSPACE_SHIFT) macro
/linux-4.1.27/arch/alpha/include/asm/
Dmmzone.h31 #define pa_to_nid(pa) alpha_pa_to_nid(pa) macro
Dmachvec.h102 int (*pa_to_nid)(unsigned long); member