Searched refs:XKPHYS (Results 1 - 3 of 3) sorted by relevance

/linux-master/arch/mips/include/asm/
H A Daddrspace.h56 * Returns the physical address of a CKSEGx / XKPHYS address
71 #define XKPHYS _CONST64_(0x8000000000000000) macro
117 * Cache modes for XKPHYS address conversion macros
134 #define PHYS_TO_XKPHYS(cm, a) (XKPHYS | (_ACAST64_(cm) << 59) | (a))
/linux-master/arch/mips/loongson64/
H A Denv.c52 && (fw_arg2 < XKPHYS || fw_arg2 > XKSEG))
/linux-master/arch/mips/kernel/
H A Dsetup.c126 if (start < XKPHYS)
164 * 32-bit. We need also to switch from KSEG0 to XKPHYS

Completed in 143 milliseconds