Home
last modified time | relevance | path

Searched refs:pgprot_cached (Results 1 – 4 of 4) sorted by relevance

/linux/arch/powerpc/include/asm/book3s/32/
H A Dpgtable.h585 #define pgprot_cached pgprot_cached macro
586 static inline pgprot_t pgprot_cached(pgprot_t prot) in pgprot_cached() function
/linux/arch/powerpc/include/asm/book3s/64/
H A Dpgtable.h779 #define pgprot_cached pgprot_cached macro
780 static inline pgprot_t pgprot_cached(pgprot_t prot) in pgprot_cached() function
/linux/arch/powerpc/include/asm/nohash/
H A Dpgtable.h369 #define pgprot_cached(prot) (__pgprot((pgprot_val(prot) & ~_PAGE_CACHE_CTL) | \ macro
/linux/arch/powerpc/platforms/cell/spufs/
H A Dfile.c248 vma->vm_page_prot = pgprot_cached(vma->vm_page_prot); in spufs_mem_mmap_fault()