Home
last modified time | relevance | path

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

/Linux-v6.1/arch/loongarch/include/asm/
Dpgtable-bits.h58 #ifndef _CACHE_SUC
59 #define _CACHE_SUC (0<<_CACHE_SHIFT) /* Strong-ordered UnCached */ macro
83 _PAGE_GLOBAL | _PAGE_KERN | _CACHE_SUC)
97 prot = (prot & ~_CACHE_MASK) | _CACHE_SUC; in pgprot_noncached()