Home
last modified time | relevance | path

Searched refs:XPHYSADDR (Results 1 – 2 of 2) sorted by relevance

/linux-6.14.4/arch/mips/include/asm/
Daddrspace.h59 #define XPHYSADDR(a) ((_ACAST64_(a)) & \ macro
Dpage.h160 return x < CKSEG0 ? XPHYSADDR(x) : CPHYSADDR(x); in ___pa()