Home
last modified time | relevance | path

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

12345

/linux/drivers/gpu/drm/ttm/
A Dttm_module.c72 tmp = pgprot_noncached(tmp); in ttm_prot_from_caching()
79 tmp = pgprot_noncached(tmp); in ttm_prot_from_caching()
82 tmp = pgprot_noncached(tmp); in ttm_prot_from_caching()
/linux/arch/arc/mm/
A Dioremap.c43 pgprot_val(pgprot_noncached(PAGE_KERNEL))); in ioremap()
73 prot = pgprot_noncached(prot); in ioremap_prot()
/linux/arch/m68k/include/asm/
A Dpgtable_mm.h158 # define pgprot_noncached(prot) (__pgprot(pgprot_val(prot) | CF_PAGE_NOCACHE)) macro
165 #define pgprot_noncached(prot) \ macro
/linux/arch/nios2/include/asm/
A Dpgtable.h110 #define pgprot_noncached pgprot_noncached macro
112 static inline pgprot_t pgprot_noncached(pgprot_t _prot) in pgprot_noncached() function
/linux/arch/csky/include/asm/
A Dpgtable.h233 #define pgprot_noncached pgprot_noncached macro
235 static inline pgprot_t pgprot_noncached(pgprot_t _prot) in pgprot_noncached() function
/linux/include/linux/
A Dpgtable.h917 #ifndef pgprot_noncached
918 #define pgprot_noncached(prot) (prot) macro
922 #define pgprot_writecombine pgprot_noncached
926 #define pgprot_writethrough pgprot_noncached
930 #define pgprot_device pgprot_noncached
942 if (pgprot_val(oldprot) == pgprot_val(pgprot_noncached(oldprot))) in pgprot_modify()
943 newprot = pgprot_noncached(newprot); in pgprot_modify()
/linux/arch/sparc/include/asm/
A Dpgtable_32.h309 #define pgprot_noncached pgprot_noncached macro
310 static inline pgprot_t pgprot_noncached(pgprot_t prot) in pgprot_noncached() function
A Dfb.h14 vma->vm_page_prot = pgprot_noncached(vma->vm_page_prot); in fb_pgprotect()
/linux/drivers/gpu/drm/
A 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/arch/mips/include/asm/
A Dfb.h11 vma->vm_page_prot = pgprot_noncached(vma->vm_page_prot); in fb_pgprotect()
A Dpgtable.h470 #define pgprot_noncached pgprot_noncached macro
472 static inline pgprot_t pgprot_noncached(pgprot_t _prot) function
/linux/arch/arc/include/asm/
A Dfb.h12 vma->vm_page_prot = pgprot_noncached(vma->vm_page_prot); in fb_pgprotect()
/linux/arch/csky/mm/
A Dioremap.c12 return pgprot_noncached(vma_prot); in phys_mem_access_prot()
/linux/sound/core/
A Dsgbuf.c82 #ifdef pgprot_noncached in snd_dma_sg_alloc()
83 prot = pgprot_noncached(PAGE_KERNEL); in snd_dma_sg_alloc()
/linux/arch/powerpc/kernel/
A Disa-bridge.c50 pgprot_noncached(PAGE_KERNEL))) in remap_isa_base()
54 pgprot_noncached(PAGE_KERNEL)); in remap_isa_base()
/linux/arch/ia64/include/asm/
A Dfb.h16 vma->vm_page_prot = pgprot_noncached(vma->vm_page_prot); in fb_pgprotect()
/linux/arch/powerpc/include/asm/nohash/
A Dpgtable.h233 #define pgprot_noncached(prot) (__pgprot((pgprot_val(prot) & ~_PAGE_CACHE_CTL) | \ macro
246 #define pgprot_cached_wthru(prot) pgprot_noncached(prot)
/linux/arch/powerpc/include/asm/book3s/32/
A Dpgtable.h590 #define pgprot_noncached pgprot_noncached macro
591 static inline pgprot_t pgprot_noncached(pgprot_t prot) in pgprot_noncached() function
/linux/arch/h8300/include/asm/
A Dpgtable.h18 #define pgprot_noncached pgprot_writecombine macro
/linux/arch/arc/kernel/
A Darc_hostlink.c20 vma->vm_page_prot = pgprot_noncached(vma->vm_page_prot); in arc_hl_mmap()
/linux/arch/arm/include/asm/
A Dpgtable-nommu.h56 #define pgprot_noncached(prot) (prot) macro
/linux/arch/xtensa/mm/
A Dioremap.c49 return xtensa_ioremap(addr, size, pgprot_noncached(PAGE_KERNEL)); in xtensa_ioremap_nocache()
/linux/drivers/char/
A 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()
A Duv_mmtimer.c160 vma->vm_page_prot = pgprot_noncached(vma->vm_page_prot); in uv_mmtimer_mmap()
/linux/arch/powerpc/mm/
A Dioremap.c14 pgprot_t prot = pgprot_noncached(PAGE_KERNEL); in ioremap()

Completed in 35 milliseconds

12345