Home
last modified time | relevance | path

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

/openbmc/linux/arch/mips/include/asm/
H A Daddrspace.h66 #define XKPHYS _CONST64_(0x8000000000000000) macro
129 #define PHYS_TO_XKPHYS(cm, a) (XKPHYS | (_ACAST64_(cm) << 59) | (a))
/openbmc/u-boot/arch/mips/include/asm/
H A Daddrspace.h63 #define XKPHYS _CONST64_(0x8000000000000000) macro
/openbmc/linux/arch/mips/loongson64/
H A Denv.c52 && (fw_arg2 < XKPHYS || fw_arg2 > XKSEG)) in prom_dtb_init_env()
/openbmc/linux/arch/mips/kernel/
H A Dsetup.c130 if (start < XKPHYS) in rd_start_early()