Home
last modified time | relevance | path

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

/linux-4.1.27/arch/powerpc/include/asm/
Dpgtable.h184 #define _PAGE_CACHE_CTL (_PAGE_COHERENT | _PAGE_GUARDED | _PAGE_NO_CACHE | \ macro
187 #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))
/linux-4.1.27/arch/microblaze/include/asm/
Dpgtable.h101 #define _PAGE_CACHE_CTL (_PAGE_GUARDED | _PAGE_NO_CACHE | \ macro
105 (__pgprot((pgprot_val(prot) & ~_PAGE_CACHE_CTL) | \
109 (__pgprot((pgprot_val(prot) & ~_PAGE_CACHE_CTL) | \