Searched refs:pgprot_noncached (Results 1 - 25 of 98) sorted by relevance

1234

/linux-master/drivers/gpu/drm/ttm/
H A Dttm_module.c73 tmp = pgprot_noncached(tmp);
81 tmp = pgprot_noncached(tmp);
84 tmp = pgprot_noncached(tmp);
/linux-master/arch/csky/mm/
H A Dioremap.c12 return pgprot_noncached(vma_prot);
/linux-master/arch/arc/mm/
H A Dioremap.c35 pgprot_val(pgprot_noncached(PAGE_KERNEL)));
52 return generic_ioremap_prot(paddr, size, pgprot_noncached(prot));
/linux-master/arch/mips/include/asm/
H A Dfb.h10 return pgprot_noncached(prot);
H A Dpgtable.h458 #define pgprot_noncached pgprot_noncached macro
460 static inline pgprot_t pgprot_noncached(pgprot_t _prot) function
/linux-master/arch/loongarch/include/asm/
H A Dpgtable-bits.h97 #define pgprot_noncached pgprot_noncached macro
99 static inline pgprot_t pgprot_noncached(pgprot_t _prot) function
/linux-master/arch/arc/kernel/
H A Darc_hostlink.c20 vma->vm_page_prot = pgprot_noncached(vma->vm_page_prot);
/linux-master/arch/arm/include/asm/
H A Dpgtable-nommu.h48 #define pgprot_noncached(prot) (prot) macro
/linux-master/arch/m68k/include/asm/
H A Dpgtable_mm.h165 # define pgprot_noncached(prot) (__pgprot(pgprot_val(prot) | CF_PAGE_NOCACHE)) macro
172 #define pgprot_noncached(prot) \ macro
/linux-master/arch/xtensa/include/asm/
H A Dio.h43 pgprot_val(pgprot_noncached(PAGE_KERNEL)));
/linux-master/arch/powerpc/kernel/
H A Disa-bridge.c50 pgprot_noncached(PAGE_KERNEL)))
54 pgprot_noncached(PAGE_KERNEL));
/linux-master/arch/powerpc/mm/
H A Dioremap.c14 pgprot_t prot = pgprot_noncached(PAGE_KERNEL);
/linux-master/arch/csky/include/asm/
H A Dpgtable.h231 #define pgprot_noncached pgprot_noncached macro
233 static inline pgprot_t pgprot_noncached(pgprot_t _prot) function
/linux-master/arch/nios2/include/asm/
H A Dpgtable.h91 #define pgprot_noncached pgprot_noncached macro
93 static inline pgprot_t pgprot_noncached(pgprot_t _prot) function
/linux-master/arch/sparc/include/asm/
H A Dpgtable_32.h294 #define pgprot_noncached pgprot_noncached macro
295 static inline pgprot_t pgprot_noncached(pgprot_t prot) function
/linux-master/drivers/char/
H A Duv_mmtimer.c160 vma->vm_page_prot = pgprot_noncached(vma->vm_page_prot);
H A Dmem.c273 #ifdef pgprot_noncached
290 #ifdef pgprot_noncached
294 return pgprot_noncached(vma_prot);
/linux-master/arch/arc/include/asm/
H A Dpgtable-bits-arcv2.h57 #define pgprot_noncached(prot) (__pgprot(pgprot_val(prot) & ~_PAGE_CACHEABLE)) macro
/linux-master/arch/powerpc/include/asm/nohash/
H A Dpgtable.h322 #define pgprot_noncached(prot) (__pgprot((pgprot_val(prot) & ~_PAGE_CACHE_CTL) | \ macro
335 #define pgprot_cached_wthru(prot) pgprot_noncached(prot)
/linux-master/include/linux/
H A Dpgtable.h1257 #ifndef pgprot_noncached
1258 #define pgprot_noncached(prot) (prot) macro
1262 #define pgprot_writecombine pgprot_noncached
1266 #define pgprot_writethrough pgprot_noncached
1270 #define pgprot_device pgprot_noncached
1282 if (pgprot_val(oldprot) == pgprot_val(pgprot_noncached(oldprot)))
1283 newprot = pgprot_noncached(newprot);
/linux-master/arch/powerpc/include/asm/book3s/32/
H A Dpgtable.h564 #define pgprot_noncached pgprot_noncached macro
565 static inline pgprot_t pgprot_noncached(pgprot_t prot) function
/linux-master/arch/mips/kernel/
H A Dvdso.c165 pgprot_noncached(vma->vm_page_prot));
/linux-master/arch/powerpc/platforms/powernv/
H A Dmemtrace.c58 vma->vm_page_prot = pgprot_noncached(vma->vm_page_prot);
/linux-master/drivers/gpu/drm/virtio/
H A Dvirtgpu_vram.c57 vma->vm_page_prot = pgprot_noncached(vma->vm_page_prot);
/linux-master/drivers/misc/ocxl/
H A Dsysfs.c138 vma->vm_page_prot = pgprot_noncached(vma->vm_page_prot);

Completed in 240 milliseconds

1234