Searched refs:_PAGE_CACHE_CTL (Results 1 – 2 of 2) sorted by relevance
195 #define _PAGE_CACHE_CTL (_PAGE_COHERENT | _PAGE_GUARDED | _PAGE_NO_CACHE | \ macro198 #define pgprot_noncached(prot) (__pgprot((pgprot_val(prot) & ~_PAGE_CACHE_CTL) | \201 #define pgprot_noncached_wc(prot) (__pgprot((pgprot_val(prot) & ~_PAGE_CACHE_CTL) | \204 #define pgprot_cached(prot) (__pgprot((pgprot_val(prot) & ~_PAGE_CACHE_CTL) | \207 #define pgprot_cached_wthru(prot) (__pgprot((pgprot_val(prot) & ~_PAGE_CACHE_CTL) | \211 (__pgprot(pgprot_val(prot) & ~_PAGE_CACHE_CTL))
101 #define _PAGE_CACHE_CTL (_PAGE_GUARDED | _PAGE_NO_CACHE | \ macro105 (__pgprot((pgprot_val(prot) & ~_PAGE_CACHE_CTL) | \109 (__pgprot((pgprot_val(prot) & ~_PAGE_CACHE_CTL) | \