Home
last modified time | relevance | path

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

/openbmc/linux/arch/mips/include/asm/
H A Daddrspace.h129 #define PHYS_TO_XKPHYS(cm, a) (XKPHYS | (_ACAST64_(cm) << 59) | (a)) macro
/openbmc/u-boot/arch/mips/include/asm/
H A Daddrspace.h126 #define PHYS_TO_XKPHYS(cm, a) (_CONST64_(0x8000000000000000) | \ macro