Home
last modified time | relevance | path

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

/Linux-v5.4/arch/powerpc/include/asm/book3s/32/
Dpgtable.h596 #define pgprot_cached pgprot_cached macro
597 static inline pgprot_t pgprot_cached(pgprot_t prot) in pgprot_cached() function
/Linux-v5.4/arch/powerpc/mm/
Dioremap.c35 pgprot_t prot = pgprot_cached(PAGE_KERNEL); in ioremap_coherent()
/Linux-v5.4/arch/powerpc/include/asm/nohash/
Dpgtable.h246 #define pgprot_cached(prot) (__pgprot((pgprot_val(prot) & ~_PAGE_CACHE_CTL) | \ macro
/Linux-v5.4/arch/powerpc/include/asm/book3s/64/
Dpgtable.h839 #define pgprot_cached pgprot_cached macro
840 static inline pgprot_t pgprot_cached(pgprot_t prot) in pgprot_cached() function
/Linux-v5.4/drivers/misc/cxl/
Dcontext.c162 vma->vm_page_prot = pgprot_cached(vma->vm_page_prot); in cxl_mmap_fault()
/Linux-v5.4/drivers/scsi/cxlflash/
Dsuperpipe.c1148 vma->vm_page_prot = pgprot_cached(vma->vm_page_prot); in cxlflash_mmap_fault()
/Linux-v5.4/arch/powerpc/platforms/cell/spufs/
Dfile.c241 vma->vm_page_prot = pgprot_cached(vma->vm_page_prot); in spufs_mem_mmap_fault()