Home
last modified time | relevance | path

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

12345

/kernel/linux/linux-5.10/arch/c6x/include/asm/
Dpgtable.h39 #define pgprot_noncached(prot) (prot) macro
64 #define pgprot_writecombine pgprot_noncached
/kernel/linux/linux-5.10/arch/m68k/include/asm/
Dpgtable_mm.h159 # define pgprot_noncached(prot) (__pgprot(pgprot_val(prot) | CF_PAGE_NOCACHE)) macro
166 #define pgprot_noncached(prot) \ macro
/kernel/linux/linux-5.10/arch/nios2/include/asm/
Dpgtable.h112 #define pgprot_noncached pgprot_noncached macro
114 static inline pgprot_t pgprot_noncached(pgprot_t _prot) in pgprot_noncached() function
/kernel/linux/linux-5.10/arch/microblaze/include/asm/
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
/kernel/linux/linux-5.10/arch/csky/include/asm/
Dpgtable.h234 #define pgprot_noncached pgprot_noncached macro
236 static inline pgprot_t pgprot_noncached(pgprot_t _prot) in pgprot_noncached() function
/kernel/linux/linux-5.10/arch/arc/include/asm/
Dfb.h12 vma->vm_page_prot = pgprot_noncached(vma->vm_page_prot); in fb_pgprotect()
/kernel/linux/linux-5.10/arch/mips/include/asm/
Dfb.h11 vma->vm_page_prot = pgprot_noncached(vma->vm_page_prot); in fb_pgprotect()
/kernel/linux/linux-5.10/arch/csky/mm/
Dioremap.c12 return pgprot_noncached(vma_prot); in phys_mem_access_prot()
/kernel/linux/linux-5.10/include/linux/
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()
Dio-mapping.h121 iomap->prot = pgprot_noncached(PAGE_KERNEL); in io_mapping_init_wc()
/kernel/linux/linux-5.10/arch/ia64/include/asm/
Dfb.h16 vma->vm_page_prot = pgprot_noncached(vma->vm_page_prot); in fb_pgprotect()
/kernel/linux/linux-5.10/arch/sparc/include/asm/
Dfb.h14 vma->vm_page_prot = pgprot_noncached(vma->vm_page_prot); in fb_pgprotect()
Dpgtable_32.h310 #define pgprot_noncached pgprot_noncached macro
311 static inline pgprot_t pgprot_noncached(pgprot_t prot) in pgprot_noncached() function
/kernel/linux/linux-5.10/sound/core/
Dsgbuf.c73 #ifdef pgprot_noncached in snd_malloc_sgbuf_pages()
74 prot = pgprot_noncached(PAGE_KERNEL); in snd_malloc_sgbuf_pages()
/kernel/linux/linux-5.10/arch/h8300/include/asm/
Dpgtable.h18 #define pgprot_noncached pgprot_writecombine macro
/kernel/linux/linux-5.10/arch/arc/kernel/
Darc_hostlink.c20 vma->vm_page_prot = pgprot_noncached(vma->vm_page_prot); in arc_hl_mmap()
/kernel/linux/linux-5.10/arch/arm/include/asm/
Dpgtable-nommu.h50 #define pgprot_noncached(prot) (prot) macro
/kernel/linux/linux-5.10/arch/powerpc/kernel/
Disa-bridge.c50 pgprot_noncached(PAGE_KERNEL))) in remap_isa_base()
54 pgprot_noncached(PAGE_KERNEL)); in remap_isa_base()
/kernel/linux/linux-5.10/drivers/gpu/drm/
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()
/kernel/linux/linux-5.10/arch/powerpc/include/asm/nohash/
Dpgtable.h233 #define pgprot_noncached(prot) (__pgprot((pgprot_val(prot) & ~_PAGE_CACHE_CTL) | \ macro
246 #define pgprot_cached_wthru(prot) pgprot_noncached(prot)
/kernel/linux/linux-5.10/arch/xtensa/mm/
Dioremap.c49 return xtensa_ioremap(addr, size, pgprot_noncached(PAGE_KERNEL)); in xtensa_ioremap_nocache()
/kernel/linux/linux-5.10/arch/powerpc/include/asm/book3s/32/
Dpgtable.h552 #define pgprot_noncached pgprot_noncached macro
553 static inline pgprot_t pgprot_noncached(pgprot_t prot) in pgprot_noncached() function
/kernel/linux/linux-5.10/arch/arc/mm/
Dioremap.c72 prot = pgprot_noncached(prot); in ioremap_prot()
/kernel/linux/linux-5.10/drivers/char/
Duv_mmtimer.c160 vma->vm_page_prot = pgprot_noncached(vma->vm_page_prot); in uv_mmtimer_mmap()
/kernel/linux/linux-5.10/arch/powerpc/mm/
Dioremap.c14 pgprot_t prot = pgprot_noncached(PAGE_KERNEL); in ioremap()

12345