Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/mips/include/asm/
H A Daddrspace.h51 * Returns the physical address of a CKSEGx / XKPHYS address
66 #define XKPHYS _CONST64_(0x8000000000000000) macro
112 * Cache modes for XKPHYS address conversion macros
129 #define PHYS_TO_XKPHYS(cm, a) (XKPHYS | (_ACAST64_(cm) << 59) | (a))
/kernel/linux/linux-6.6/arch/mips/include/asm/
H A Daddrspace.h51 * Returns the physical address of a CKSEGx / XKPHYS address
66 #define XKPHYS _CONST64_(0x8000000000000000) macro
112 * Cache modes for XKPHYS address conversion macros
129 #define PHYS_TO_XKPHYS(cm, a) (XKPHYS | (_ACAST64_(cm) << 59) | (a))
/kernel/linux/linux-6.6/arch/mips/loongson64/
H A Denv.c52 && (fw_arg2 < XKPHYS || fw_arg2 > XKSEG)) in prom_dtb_init_env()
/kernel/linux/linux-5.10/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()
/kernel/linux/linux-6.6/arch/mips/kernel/
H A Dsetup.c130 if (start < XKPHYS) in rd_start_early()
168 * 32-bit. We need also to switch from KSEG0 to XKPHYS in init_initrd()

Completed in 5 milliseconds