Home
last modified time | relevance | path

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

/linux/arch/loongarch/include/asm/
H A Daddrspace.h36 #ifndef UNCACHE_BASE
37 #define UNCACHE_BASE CSR_DMW0_BASE macro
56 #define TO_UNCACHE(x) (UNCACHE_BASE | ((x) & TO_PHYS_MASK))
H A Dkasan.h39 #define XKPRANGE_UC_START UNCACHE_BASE
H A Dio.h32 return (void __iomem *)(unsigned long)(UNCACHE_BASE + offset); in ioremap_prot()