Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/powerpc/include/asm/book3s/32/
Dpgtable.h565 #define pgprot_cached pgprot_cached macro
566 static inline pgprot_t pgprot_cached(pgprot_t prot) in pgprot_cached() function
/kernel/linux/linux-5.10/arch/powerpc/mm/
Dioremap.c36 pgprot_t prot = pgprot_cached(PAGE_KERNEL); in ioremap_coherent()
/kernel/linux/linux-5.10/arch/powerpc/platforms/powernv/
Dvas-api.c176 vma->vm_page_prot = pgprot_cached(vma->vm_page_prot); in coproc_mmap()
/kernel/linux/linux-5.10/arch/powerpc/include/asm/nohash/
Dpgtable.h239 #define pgprot_cached(prot) (__pgprot((pgprot_val(prot) & ~_PAGE_CACHE_CTL) | \ macro
/kernel/linux/linux-5.10/arch/powerpc/include/asm/book3s/64/
Dpgtable.h855 #define pgprot_cached pgprot_cached macro
856 static inline pgprot_t pgprot_cached(pgprot_t prot) in pgprot_cached() function
/kernel/linux/linux-5.10/drivers/misc/cxl/
Dcontext.c162 vma->vm_page_prot = pgprot_cached(vma->vm_page_prot); in cxl_mmap_fault()
/kernel/linux/linux-5.10/drivers/scsi/cxlflash/
Dsuperpipe.c1147 vma->vm_page_prot = pgprot_cached(vma->vm_page_prot); in cxlflash_mmap_fault()
/kernel/linux/linux-5.10/arch/powerpc/platforms/cell/spufs/
Dfile.c248 vma->vm_page_prot = pgprot_cached(vma->vm_page_prot); in spufs_mem_mmap_fault()
/kernel/linux/patches/linux-5.10/imx8mm_patch/patches/
D0001_linux_arch.patch13959 +#define pgprot_cached(prot) \
13963 + __pgprot(pgprot_val(pgprot_cached(prot)) ^ PTE_SHARED)