Home
last modified time | relevance | path

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

123456789

/kernel/linux/linux-6.6/drivers/gpu/drm/ttm/
H A 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()
/kernel/linux/linux-6.6/arch/arc/mm/
H A Dioremap.c35 pgprot_val(pgprot_noncached(PAGE_KERNEL))); in ioremap()
52 return generic_ioremap_prot(paddr, size, pgprot_noncached(prot)); in ioremap_prot()
/kernel/linux/linux-6.6/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) in pgprot_noncached() function
/kernel/linux/linux-5.10/arch/c6x/include/asm/
H A Dpgtable.h39 #define pgprot_noncached(prot) (prot) macro
64 #define pgprot_writecombine pgprot_noncached
/kernel/linux/linux-5.10/arch/loongarch/include/asm/
H A Dpgtable-bits.h111 #define pgprot_noncached pgprot_noncached macro
113 static inline pgprot_t pgprot_noncached(pgprot_t _prot) in pgprot_noncached() function
/kernel/linux/linux-5.10/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
/kernel/linux/linux-6.6/arch/csky/include/asm/
H A Dpgtable.h231 #define pgprot_noncached pgprot_noncached macro
233 static inline pgprot_t pgprot_noncached(pgprot_t _prot) in pgprot_noncached() function
/kernel/linux/linux-6.6/arch/nios2/include/asm/
H A Dpgtable.h91 #define pgprot_noncached pgprot_noncached macro
93 static inline pgprot_t pgprot_noncached(pgprot_t _prot) in pgprot_noncached() function
/kernel/linux/linux-5.10/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
/kernel/linux/linux-6.6/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
/kernel/linux/linux-5.10/arch/mips/include/asm/
H A Dfb.h11 vma->vm_page_prot = pgprot_noncached(vma->vm_page_prot); in fb_pgprotect()
/kernel/linux/linux-5.10/arch/arc/include/asm/
H A Dfb.h12 vma->vm_page_prot = pgprot_noncached(vma->vm_page_prot); in fb_pgprotect()
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-5.10/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()
/kernel/linux/linux-5.10/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()
/kernel/linux/linux-6.6/include/linux/
H A Dpgtable.h1102 #ifndef pgprot_noncached
1103 #define pgprot_noncached(prot) (prot) macro
1107 #define pgprot_writecombine pgprot_noncached
1111 #define pgprot_writethrough pgprot_noncached
1115 #define pgprot_device pgprot_noncached
1127 if (pgprot_val(oldprot) == pgprot_val(pgprot_noncached(oldprot))) in pgprot_modify()
1128 newprot = pgprot_noncached(newprot); in pgprot_modify()
/kernel/linux/linux-5.10/arch/ia64/include/asm/
H A Dfb.h16 vma->vm_page_prot = pgprot_noncached(vma->vm_page_prot); in fb_pgprotect()
/kernel/linux/linux-5.10/arch/csky/mm/
H A Dioremap.c12 return pgprot_noncached(vma_prot); in phys_mem_access_prot()
/kernel/linux/linux-6.6/arch/mips/include/asm/
H A Dfb.h11 vma->vm_page_prot = pgprot_noncached(vma->vm_page_prot); in fb_pgprotect()
/kernel/linux/linux-6.6/arch/csky/mm/
H A Dioremap.c12 return pgprot_noncached(vma_prot); in phys_mem_access_prot()
/kernel/linux/linux-5.10/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
/kernel/linux/linux-5.10/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
/kernel/linux/linux-6.6/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) in pgprot_noncached() function
/kernel/linux/linux-5.10/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
/kernel/linux/linux-5.10/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()

Completed in 19 milliseconds

123456789