Searched refs:_CACHE_SUC (Results 1 – 1 of 1) sorted by relevance
64 #ifndef _CACHE_SUC65 #define _CACHE_SUC (0<<_CACHE_SHIFT) /* Strong-ordered UnCached */ macro89 _PAGE_GLOBAL | _PAGE_KERN | _CACHE_SUC)103 prot = (prot & ~_CACHE_MASK) | _CACHE_SUC; in pgprot_noncached()116 prot = (prot & ~_CACHE_MASK) | (wc_enabled ? _CACHE_WUC : _CACHE_SUC); in pgprot_writecombine()