Home
last modified time | relevance | path

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

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