Searched refs:_CACHE_SUC (Results 1 – 3 of 3) sorted by relevance
66 #ifndef _CACHE_SUC67 #define _CACHE_SUC (0<<_CACHE_SHIFT) /* Strong-ordered UnCached */ macro91 _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()
31 case _CACHE_SUC: in ioremap_prot()
871 prot_bits |= _CACHE_SUC; in kvm_map_page()