Home
last modified time | relevance | path

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

12345

/linux-6.6.21/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-6.6.21/arch/loongarch/include/asm/
Dpgtable-bits.h97 #define pgprot_noncached pgprot_noncached macro
99 static inline pgprot_t pgprot_noncached(pgprot_t _prot) in pgprot_noncached() function
/linux-6.6.21/arch/arc/mm/
Dioremap.c35 pgprot_val(pgprot_noncached(PAGE_KERNEL))); in ioremap()
52 return generic_ioremap_prot(paddr, size, pgprot_noncached(prot)); in ioremap_prot()
/linux-6.6.21/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-6.6.21/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-6.6.21/arch/csky/include/asm/
Dpgtable.h231 #define pgprot_noncached pgprot_noncached macro
233 static inline pgprot_t pgprot_noncached(pgprot_t _prot) in pgprot_noncached() function
/linux-6.6.21/arch/powerpc/kernel/
Disa-bridge.c50 pgprot_noncached(PAGE_KERNEL))) in remap_isa_base()
54 pgprot_noncached(PAGE_KERNEL)); in remap_isa_base()
/linux-6.6.21/arch/csky/mm/
Dioremap.c12 return pgprot_noncached(vma_prot); in phys_mem_access_prot()
/linux-6.6.21/arch/sparc/include/asm/
Dpgtable_32.h294 #define pgprot_noncached pgprot_noncached macro
295 static inline pgprot_t pgprot_noncached(pgprot_t prot) in pgprot_noncached() function
/linux-6.6.21/arch/mips/include/asm/
Dfb.h11 vma->vm_page_prot = pgprot_noncached(vma->vm_page_prot); in fb_pgprotect()
Dpgtable.h458 #define pgprot_noncached pgprot_noncached macro
460 static inline pgprot_t pgprot_noncached(pgprot_t _prot) function
/linux-6.6.21/include/linux/
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()
/linux-6.6.21/arch/arm/include/asm/
Dpgtable-nommu.h48 #define pgprot_noncached(prot) (prot) macro
/linux-6.6.21/arch/arc/kernel/
Darc_hostlink.c20 vma->vm_page_prot = pgprot_noncached(vma->vm_page_prot); in arc_hl_mmap()
/linux-6.6.21/arch/xtensa/include/asm/
Dio.h43 pgprot_val(pgprot_noncached(PAGE_KERNEL))); in ioremap()
/linux-6.6.21/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-6.6.21/arch/ia64/include/asm/
Dfb.h19 vma->vm_page_prot = pgprot_noncached(vma->vm_page_prot); in fb_pgprotect()
/linux-6.6.21/arch/powerpc/include/asm/nohash/
Dpgtable.h222 #define pgprot_noncached(prot) (__pgprot((pgprot_val(prot) & ~_PAGE_CACHE_CTL) | \ macro
235 #define pgprot_cached_wthru(prot) pgprot_noncached(prot)
/linux-6.6.21/arch/powerpc/include/asm/book3s/32/
Dpgtable.h585 #define pgprot_noncached pgprot_noncached macro
586 static inline pgprot_t pgprot_noncached(pgprot_t prot) in pgprot_noncached() function
/linux-6.6.21/arch/powerpc/mm/
Dioremap.c14 pgprot_t prot = pgprot_noncached(PAGE_KERNEL); in ioremap()
/linux-6.6.21/drivers/char/
Duv_mmtimer.c160 vma->vm_page_prot = pgprot_noncached(vma->vm_page_prot); in uv_mmtimer_mmap()
Dmem.c277 #ifdef pgprot_noncached
302 #ifdef pgprot_noncached in phys_mem_access_prot()
306 return pgprot_noncached(vma_prot); in phys_mem_access_prot()
/linux-6.6.21/arch/arc/include/asm/
Dpgtable-bits-arcv2.h57 #define pgprot_noncached(prot) (__pgprot(pgprot_val(prot) & ~_PAGE_CACHEABLE)) macro
/linux-6.6.21/drivers/accel/ivpu/
Divpu_gem.h95 return pgprot_noncached(prot); in ivpu_bo_pgprot()
/linux-6.6.21/arch/mips/kernel/
Dvdso.c165 pgprot_noncached(vma->vm_page_prot)); in arch_setup_additional_pages()

12345