Home
last modified time | relevance | path

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

/external/u-boot/arch/mips/include/asm/
Daddrspace.h123 #define PHYS_TO_XKSEG_UNCACHED(p) PHYS_TO_XKPHYS(K_CALG_UNCACHED, (p))
124 #define PHYS_TO_XKSEG_CACHED(p) PHYS_TO_XKPHYS(K_CALG_COH_SHAREABLE, (p))
126 #define PHYS_TO_XKPHYS(cm, a) (_CONST64_(0x8000000000000000) | \ macro