Searched refs:PHYS_TO_XKPHYS (Results 1 – 3 of 3) sorted by relevance
/linux/arch/mips/lib/ |
A D | uncached.c | 50 else if ((long long)sp >= (long long)PHYS_TO_XKPHYS(0, 0) && in run_uncached() 51 (long long)sp < (long long)PHYS_TO_XKPHYS(8, 0)) in run_uncached() 52 usp = PHYS_TO_XKPHYS(K_CALG_UNCACHED, in run_uncached() 62 else if ((long long)lfunc >= (long long)PHYS_TO_XKPHYS(0, 0) && in run_uncached() 63 (long long)lfunc < (long long)PHYS_TO_XKPHYS(8, 0)) in run_uncached() 64 ufunc = PHYS_TO_XKPHYS(K_CALG_UNCACHED, in run_uncached()
|
/linux/arch/mips/include/asm/ |
A D | addrspace.h | 126 #define PHYS_TO_XKSEG_UNCACHED(p) PHYS_TO_XKPHYS(K_CALG_UNCACHED, (p)) 127 #define PHYS_TO_XKSEG_CACHED(p) PHYS_TO_XKPHYS(K_CALG_COH_SHAREABLE, (p)) 129 #define PHYS_TO_XKPHYS(cm, a) (XKPHYS | (_ACAST64_(cm) << 59) | (a)) macro
|
/linux/arch/mips/include/asm/mach-generic/ |
A D | spaces.h | 57 #define CAC_BASE PHYS_TO_XKPHYS(read_c0_config() & CONF_CM_CMASK, 0)
|
Completed in 5 milliseconds