Home
last modified time | relevance | path

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

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