Home
last modified time | relevance | path

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

/linux/arch/mips/include/asm/
H A Daddrspace.h71 #define XKPHYS _CONST64_(0x8000000000000000) macro
134 #define PHYS_TO_XKPHYS(cm, a) (XKPHYS | (_ACAST64_(cm) << 59) | (a))
/linux/arch/mips/loongson64/
H A Denv.c53 && (fw_arg2 < XKPHYS || fw_arg2 > XKSEG)) in prom_dtb_init_env()
/linux/arch/mips/kernel/
H A Dsetup.c126 if (start < XKPHYS) in rd_start_early()
164 * 32-bit. We need also to switch from KSEG0 to XKPHYS in init_initrd()