Home
last modified time | relevance | path

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

/linux-6.15/arch/loongarch/include/asm/
H A Dpgtable-bits.h66 #ifndef _CACHE_SUC
67 #define _CACHE_SUC (0<<_CACHE_SHIFT) /* Strong-ordered UnCached */ macro
91 _PAGE_GLOBAL | _PAGE_KERN | _CACHE_SUC)
112 prot = (prot & ~_CACHE_MASK) | _CACHE_SUC; in pgprot_noncached()
125 prot = (prot & ~_CACHE_MASK) | (wc_enabled ? _CACHE_WUC : _CACHE_SUC); in pgprot_writecombine()
H A Dio.h31 case _CACHE_SUC: in ioremap_prot()
/linux-6.15/arch/loongarch/kvm/
H A Dmmu.c856 prot_bits |= _CACHE_SUC; in kvm_map_page()