Home
last modified time | relevance | path

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

/Linux-v4.19/arch/powerpc/include/asm/book3s/32/
Dpgtable.h478 #define pgprot_cached pgprot_cached macro
479 static inline pgprot_t pgprot_cached(pgprot_t prot) in pgprot_cached() function
/Linux-v4.19/arch/powerpc/include/asm/nohash/
Dpgtable.h194 #define pgprot_cached(prot) (__pgprot((pgprot_val(prot) & ~_PAGE_CACHE_CTL) | \ macro
/Linux-v4.19/arch/powerpc/include/asm/book3s/64/
Dpgtable.h837 #define pgprot_cached pgprot_cached macro
838 static inline pgprot_t pgprot_cached(pgprot_t prot) in pgprot_cached() function
/Linux-v4.19/drivers/misc/cxl/
Dcontext.c166 vma->vm_page_prot = pgprot_cached(vma->vm_page_prot); in cxl_mmap_fault()
/Linux-v4.19/drivers/scsi/cxlflash/
Dsuperpipe.c1152 vma->vm_page_prot = pgprot_cached(vma->vm_page_prot); in cxlflash_mmap_fault()
/Linux-v4.19/arch/powerpc/platforms/cell/spufs/
Dfile.c254 vma->vm_page_prot = pgprot_cached(vma->vm_page_prot); in spufs_mem_mmap_fault()