Searched refs:_PAGE_CACHE_CTL (Results 1 – 2 of 2) sorted by relevance
184 #define _PAGE_CACHE_CTL (_PAGE_COHERENT | _PAGE_GUARDED | _PAGE_NO_CACHE | \ macro187 #define pgprot_noncached(prot) (__pgprot((pgprot_val(prot) & ~_PAGE_CACHE_CTL) | \190 #define pgprot_noncached_wc(prot) (__pgprot((pgprot_val(prot) & ~_PAGE_CACHE_CTL) | \193 #define pgprot_cached(prot) (__pgprot((pgprot_val(prot) & ~_PAGE_CACHE_CTL) | \196 #define pgprot_cached_wthru(prot) (__pgprot((pgprot_val(prot) & ~_PAGE_CACHE_CTL) | \200 (__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) | \