Home
last modified time | relevance | path

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

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