Home
last modified time | relevance | path

Searched refs:pgprot_noncached (Results 1 – 25 of 110) sorted by relevance

12345

/Linux-v6.1/drivers/gpu/drm/ttm/
Dttm_module.c73 tmp = pgprot_noncached(tmp); in ttm_prot_from_caching()
81 tmp = pgprot_noncached(tmp); in ttm_prot_from_caching()
84 tmp = pgprot_noncached(tmp); in ttm_prot_from_caching()
/Linux-v6.1/arch/loongarch/include/asm/
Dpgtable-bits.h91 #define pgprot_noncached pgprot_noncached macro
93 static inline pgprot_t pgprot_noncached(pgprot_t _prot) in pgprot_noncached() function
/Linux-v6.1/arch/arc/mm/
Dioremap.c43 pgprot_val(pgprot_noncached(PAGE_KERNEL))); in ioremap()
73 prot = pgprot_noncached(prot); in ioremap_prot()
/Linux-v6.1/arch/m68k/include/asm/
Dpgtable_mm.h165 # define pgprot_noncached(prot) (__pgprot(pgprot_val(prot) | CF_PAGE_NOCACHE)) macro
172 #define pgprot_noncached(prot) \ macro
/Linux-v6.1/arch/nios2/include/asm/
Dpgtable.h91 #define pgprot_noncached pgprot_noncached macro
93 static inline pgprot_t pgprot_noncached(pgprot_t _prot) in pgprot_noncached() function
/Linux-v6.1/arch/csky/include/asm/
Dpgtable.h214 #define pgprot_noncached pgprot_noncached macro
216 static inline pgprot_t pgprot_noncached(pgprot_t _prot) in pgprot_noncached() function
/Linux-v6.1/arch/mips/include/asm/
Dfb.h11 vma->vm_page_prot = pgprot_noncached(vma->vm_page_prot); in fb_pgprotect()
Dpgtable.h448 #define pgprot_noncached pgprot_noncached macro
450 static inline pgprot_t pgprot_noncached(pgprot_t _prot) function
/Linux-v6.1/arch/arc/include/asm/
Dfb.h12 vma->vm_page_prot = pgprot_noncached(vma->vm_page_prot); in fb_pgprotect()
Dpgtable-bits-arcv2.h54 #define pgprot_noncached(prot) (__pgprot(pgprot_val(prot) & ~_PAGE_CACHEABLE)) macro
/Linux-v6.1/arch/csky/mm/
Dioremap.c12 return pgprot_noncached(vma_prot); in phys_mem_access_prot()
/Linux-v6.1/arch/sparc/include/asm/
Dpgtable_32.h295 #define pgprot_noncached pgprot_noncached macro
296 static inline pgprot_t pgprot_noncached(pgprot_t prot) in pgprot_noncached() function
Dfb.h14 vma->vm_page_prot = pgprot_noncached(vma->vm_page_prot); in fb_pgprotect()
/Linux-v6.1/include/linux/
Dpgtable.h982 #ifndef pgprot_noncached
983 #define pgprot_noncached(prot) (prot) macro
987 #define pgprot_writecombine pgprot_noncached
991 #define pgprot_writethrough pgprot_noncached
995 #define pgprot_device pgprot_noncached
1007 if (pgprot_val(oldprot) == pgprot_val(pgprot_noncached(oldprot))) in pgprot_modify()
1008 newprot = pgprot_noncached(newprot); in pgprot_modify()
/Linux-v6.1/arch/ia64/include/asm/
Dfb.h16 vma->vm_page_prot = pgprot_noncached(vma->vm_page_prot); in fb_pgprotect()
/Linux-v6.1/arch/arc/kernel/
Darc_hostlink.c20 vma->vm_page_prot = pgprot_noncached(vma->vm_page_prot); in arc_hl_mmap()
/Linux-v6.1/arch/powerpc/include/asm/nohash/
Dpgtable.h213 #define pgprot_noncached(prot) (__pgprot((pgprot_val(prot) & ~_PAGE_CACHE_CTL) | \ macro
226 #define pgprot_cached_wthru(prot) pgprot_noncached(prot)
/Linux-v6.1/arch/powerpc/kernel/
Disa-bridge.c50 pgprot_noncached(PAGE_KERNEL))) in remap_isa_base()
54 pgprot_noncached(PAGE_KERNEL)); in remap_isa_base()
/Linux-v6.1/drivers/gpu/drm/
Ddrm_vm.c74 tmp = pgprot_noncached(tmp); in drm_io_prot()
82 tmp = pgprot_noncached(tmp); in drm_io_prot()
84 tmp = pgprot_noncached(tmp); in drm_io_prot()
587 vma->vm_page_prot = pgprot_noncached(vma->vm_page_prot); in drm_mmap_locked()
/Linux-v6.1/arch/arm/include/asm/
Dpgtable-nommu.h50 #define pgprot_noncached(prot) (prot) macro
/Linux-v6.1/arch/xtensa/mm/
Dioremap.c49 return xtensa_ioremap(addr, size, pgprot_noncached(PAGE_KERNEL)); in xtensa_ioremap_nocache()
/Linux-v6.1/arch/powerpc/include/asm/book3s/32/
Dpgtable.h578 #define pgprot_noncached pgprot_noncached macro
579 static inline pgprot_t pgprot_noncached(pgprot_t prot) in pgprot_noncached() function
/Linux-v6.1/drivers/char/
Duv_mmtimer.c160 vma->vm_page_prot = pgprot_noncached(vma->vm_page_prot); in uv_mmtimer_mmap()
Dmem.c284 #ifdef pgprot_noncached
309 #ifdef pgprot_noncached in phys_mem_access_prot()
313 return pgprot_noncached(vma_prot); in phys_mem_access_prot()
/Linux-v6.1/arch/powerpc/mm/
Dioremap.c14 pgprot_t prot = pgprot_noncached(PAGE_KERNEL); in ioremap()

12345