Home
last modified time | relevance | path

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

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