Home
last modified time | relevance | path

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

/linux/arch/powerpc/include/asm/book3s/32/
A Dpgtable.h604 #define pgprot_cached pgprot_cached macro
605 static inline pgprot_t pgprot_cached(pgprot_t prot) in pgprot_cached() function
/linux/arch/powerpc/mm/
A Dioremap.c36 pgprot_t prot = pgprot_cached(PAGE_KERNEL); in ioremap_coherent()
/linux/arch/powerpc/include/asm/nohash/
A Dpgtable.h239 #define pgprot_cached(prot) (__pgprot((pgprot_val(prot) & ~_PAGE_CACHE_CTL) | \ macro
/linux/arch/powerpc/include/asm/book3s/64/
A Dpgtable.h876 #define pgprot_cached pgprot_cached macro
877 static inline pgprot_t pgprot_cached(pgprot_t prot) in pgprot_cached() function
/linux/drivers/misc/cxl/
A Dcontext.c162 vma->vm_page_prot = pgprot_cached(vma->vm_page_prot); in cxl_mmap_fault()
/linux/arch/powerpc/platforms/book3s/
A Dvas-api.c391 vma->vm_page_prot = pgprot_cached(vma->vm_page_prot); in coproc_mmap()
/linux/drivers/scsi/cxlflash/
A Dsuperpipe.c1146 vma->vm_page_prot = pgprot_cached(vma->vm_page_prot); in cxlflash_mmap_fault()
/linux/arch/powerpc/platforms/cell/spufs/
A Dfile.c248 vma->vm_page_prot = pgprot_cached(vma->vm_page_prot); in spufs_mem_mmap_fault()

Completed in 20 milliseconds