Home
last modified time | relevance | path

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

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