Home
last modified time | relevance | path

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

12345

/openbmc/linux/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()
/openbmc/linux/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()
/openbmc/linux/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
/openbmc/linux/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
/openbmc/linux/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
/openbmc/linux/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
/openbmc/linux/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()
/openbmc/linux/arch/csky/mm/
H A Dioremap.c12 return pgprot_noncached(vma_prot); in phys_mem_access_prot()
/openbmc/linux/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
/openbmc/linux/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
/openbmc/linux/arch/arc/kernel/
H A Darc_hostlink.c20 vma->vm_page_prot = pgprot_noncached(vma->vm_page_prot); in arc_hl_mmap()
/openbmc/linux/arch/arm/include/asm/
H A Dpgtable-nommu.h48 #define pgprot_noncached(prot) (prot) macro
/openbmc/linux/arch/xtensa/include/asm/
H A Dio.h43 pgprot_val(pgprot_noncached(PAGE_KERNEL))); in ioremap()
/openbmc/linux/arch/ia64/include/asm/
H A Dfb.h19 vma->vm_page_prot = pgprot_noncached(vma->vm_page_prot); in fb_pgprotect()
/openbmc/linux/include/linux/
H A Dpgtable.h1123 #ifndef pgprot_noncached
1124 #define pgprot_noncached(prot) (prot) macro
1128 #define pgprot_writecombine pgprot_noncached
1132 #define pgprot_writethrough pgprot_noncached
1136 #define pgprot_device pgprot_noncached
1148 if (pgprot_val(oldprot) == pgprot_val(pgprot_noncached(oldprot))) in pgprot_modify()
1149 newprot = pgprot_noncached(newprot); in pgprot_modify()
/openbmc/linux/drivers/gpu/drm/
H 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()
/openbmc/linux/arch/powerpc/include/asm/nohash/
H A Dpgtable.h222 #define pgprot_noncached(prot) (__pgprot((pgprot_val(prot) & ~_PAGE_CACHE_CTL) | \ macro
235 #define pgprot_cached_wthru(prot) pgprot_noncached(prot)
/openbmc/linux/arch/powerpc/include/asm/book3s/32/
H A Dpgtable.h585 #define pgprot_noncached pgprot_noncached macro
586 static inline pgprot_t pgprot_noncached(pgprot_t prot) in pgprot_noncached() function
/openbmc/linux/arch/powerpc/mm/
H A Dioremap.c14 pgprot_t prot = pgprot_noncached(PAGE_KERNEL); in ioremap()
/openbmc/linux/drivers/char/
H A Duv_mmtimer.c160 vma->vm_page_prot = pgprot_noncached(vma->vm_page_prot); in uv_mmtimer_mmap()
H A Dmem.c278 #ifdef pgprot_noncached
303 #ifdef pgprot_noncached in phys_mem_access_prot()
307 return pgprot_noncached(vma_prot); in phys_mem_access_prot()
/openbmc/linux/arch/arc/include/asm/
H A Dpgtable-bits-arcv2.h57 #define pgprot_noncached(prot) (__pgprot(pgprot_val(prot) & ~_PAGE_CACHEABLE)) macro
/openbmc/linux/drivers/accel/ivpu/
H A Divpu_gem.h95 return pgprot_noncached(prot); in ivpu_bo_pgprot()
/openbmc/linux/arch/mips/kernel/
H A Dvdso.c165 pgprot_noncached(vma->vm_page_prot)); in arch_setup_additional_pages()

12345