Home
last modified time | relevance | path

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

/linux-6.1.9/arch/mips/include/asm/
Dmmzone.h16 #define pa_to_nid(addr) 0 macro
/linux-6.1.9/arch/mips/include/asm/mach-loongson64/
Dmmzone.h14 #define pa_to_nid(addr) (((addr) & 0xf00000000000) >> NODE_ADDRSPACE_SHIFT) macro
/linux-6.1.9/arch/mips/include/asm/mach-ip27/
Dmmzone.h10 #define pa_to_nid(addr) NASID_GET(addr) macro
/linux-6.1.9/arch/loongarch/include/asm/
Dnuma.h16 #define pa_to_nid(addr) (((addr) & 0xf00000000000) >> NODE_ADDRSPACE_SHIFT) macro