Home
last modified time | relevance | path

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

12345

/OK3568_Linux_fs/kernel/arch/c6x/include/asm/
H A Dpgtable.h39 #define pgprot_noncached(prot) (prot) macro
64 #define pgprot_writecombine pgprot_noncached
/OK3568_Linux_fs/kernel/arch/m68k/include/asm/
H A Dpgtable_mm.h159 # define pgprot_noncached(prot) (__pgprot(pgprot_val(prot) | CF_PAGE_NOCACHE)) macro
166 #define pgprot_noncached(prot) \ macro
/OK3568_Linux_fs/kernel/arch/microblaze/include/asm/
H A Dpgtable.h31 #define pgprot_noncached(x) (x) macro
32 #define pgprot_writecombine pgprot_noncached
33 #define pgprot_device pgprot_noncached
94 #define pgprot_noncached(prot) \ macro
/OK3568_Linux_fs/kernel/arch/nios2/include/asm/
H A Dpgtable.h112 #define pgprot_noncached pgprot_noncached macro
114 static inline pgprot_t pgprot_noncached(pgprot_t _prot) in pgprot_noncached() function
/OK3568_Linux_fs/kernel/arch/csky/include/asm/
H A Dpgtable.h234 #define pgprot_noncached pgprot_noncached macro
236 static inline pgprot_t pgprot_noncached(pgprot_t _prot) in pgprot_noncached() function
/OK3568_Linux_fs/kernel/include/linux/
H A Dpgtable.h845 #ifndef pgprot_noncached
846 #define pgprot_noncached(prot) (prot) macro
850 #define pgprot_writecombine pgprot_noncached
854 #define pgprot_writethrough pgprot_noncached
858 #define pgprot_device pgprot_noncached
870 if (pgprot_val(oldprot) == pgprot_val(pgprot_noncached(oldprot))) in pgprot_modify()
871 newprot = pgprot_noncached(newprot); in pgprot_modify()
/OK3568_Linux_fs/kernel/arch/sparc/include/asm/
H A Dpgtable_32.h310 #define pgprot_noncached pgprot_noncached macro
311 static inline pgprot_t pgprot_noncached(pgprot_t prot) in pgprot_noncached() function
H A Dfb.h14 vma->vm_page_prot = pgprot_noncached(vma->vm_page_prot); in fb_pgprotect()
/OK3568_Linux_fs/kernel/sound/core/
H A Dsgbuf.c73 #ifdef pgprot_noncached in snd_malloc_sgbuf_pages()
74 prot = pgprot_noncached(PAGE_KERNEL); in snd_malloc_sgbuf_pages()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/
H A Ddrm_vm.c79 tmp = pgprot_noncached(tmp); in drm_io_prot()
87 tmp = pgprot_noncached(tmp); in drm_io_prot()
89 tmp = pgprot_noncached(tmp); in drm_io_prot()
592 vma->vm_page_prot = pgprot_noncached(vma->vm_page_prot); in drm_mmap_locked()
/OK3568_Linux_fs/kernel/arch/mips/include/asm/
H A Dfb.h11 vma->vm_page_prot = pgprot_noncached(vma->vm_page_prot); in fb_pgprotect()
H A Dpgtable.h458 #define pgprot_noncached pgprot_noncached macro
460 static inline pgprot_t pgprot_noncached(pgprot_t _prot) function
/OK3568_Linux_fs/kernel/arch/arc/include/asm/
H A Dfb.h12 vma->vm_page_prot = pgprot_noncached(vma->vm_page_prot); in fb_pgprotect()
/OK3568_Linux_fs/kernel/arch/csky/mm/
H A Dioremap.c12 return pgprot_noncached(vma_prot); in phys_mem_access_prot()
/OK3568_Linux_fs/kernel/arch/powerpc/kernel/
H A Disa-bridge.c50 pgprot_noncached(PAGE_KERNEL))) in remap_isa_base()
54 pgprot_noncached(PAGE_KERNEL)); in remap_isa_base()
/OK3568_Linux_fs/kernel/arch/ia64/include/asm/
H A Dfb.h16 vma->vm_page_prot = pgprot_noncached(vma->vm_page_prot); in fb_pgprotect()
/OK3568_Linux_fs/kernel/arch/powerpc/include/asm/nohash/
H A Dpgtable.h233 #define pgprot_noncached(prot) (__pgprot((pgprot_val(prot) & ~_PAGE_CACHE_CTL) | \ macro
246 #define pgprot_cached_wthru(prot) pgprot_noncached(prot)
/OK3568_Linux_fs/kernel/arch/powerpc/include/asm/book3s/32/
H A Dpgtable.h552 #define pgprot_noncached pgprot_noncached macro
553 static inline pgprot_t pgprot_noncached(pgprot_t prot) in pgprot_noncached() function
/OK3568_Linux_fs/kernel/arch/h8300/include/asm/
H A Dpgtable.h18 #define pgprot_noncached pgprot_writecombine macro
/OK3568_Linux_fs/kernel/arch/arc/kernel/
H A Darc_hostlink.c20 vma->vm_page_prot = pgprot_noncached(vma->vm_page_prot); in arc_hl_mmap()
/OK3568_Linux_fs/kernel/arch/arm/include/asm/
H A Dpgtable-nommu.h50 #define pgprot_noncached(prot) (prot) macro
/OK3568_Linux_fs/kernel/arch/xtensa/mm/
H A Dioremap.c49 return xtensa_ioremap(addr, size, pgprot_noncached(PAGE_KERNEL)); in xtensa_ioremap_nocache()
/OK3568_Linux_fs/kernel/arch/arc/mm/
H A Dioremap.c72 prot = pgprot_noncached(prot); in ioremap_prot()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/ttm/
H A Dttm_bo_util.c397 tmp = pgprot_noncached(tmp); in ttm_io_prot()
404 tmp = pgprot_noncached(tmp); in ttm_io_prot()
407 tmp = pgprot_noncached(tmp); in ttm_io_prot()
/OK3568_Linux_fs/kernel/drivers/char/
H A Duv_mmtimer.c160 vma->vm_page_prot = pgprot_noncached(vma->vm_page_prot); in uv_mmtimer_mmap()

12345