Home
last modified time | relevance | path

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

/linux-5.10/arch/mips/include/asm/
Dmmzone.h16 #define pa_to_nid(addr) 0 macro
/linux-5.10/arch/mips/include/asm/mach-loongson64/
Dmmzone.h14 #define pa_to_nid(addr) (((addr) & 0xf00000000000) >> NODE_ADDRSPACE_SHIFT) macro
/linux-5.10/arch/mips/include/asm/mach-ip27/
Dmmzone.h10 #define pa_to_nid(addr) NASID_GET(addr) macro
/linux-5.10/arch/alpha/include/asm/
Dmmzone.h30 #define pa_to_nid(pa) alpha_pa_to_nid(pa) macro
Dmachvec.h103 int (*pa_to_nid)(unsigned long); member