/Linux-v6.1/drivers/gpu/drm/ttm/ |
D | ttm_module.c | 73 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-v6.1/arch/loongarch/include/asm/ |
D | pgtable-bits.h | 91 #define pgprot_noncached pgprot_noncached macro 93 static inline pgprot_t pgprot_noncached(pgprot_t _prot) in pgprot_noncached() function
|
/Linux-v6.1/arch/arc/mm/ |
D | ioremap.c | 43 pgprot_val(pgprot_noncached(PAGE_KERNEL))); in ioremap() 73 prot = pgprot_noncached(prot); in ioremap_prot()
|
/Linux-v6.1/arch/m68k/include/asm/ |
D | pgtable_mm.h | 165 # define pgprot_noncached(prot) (__pgprot(pgprot_val(prot) | CF_PAGE_NOCACHE)) macro 172 #define pgprot_noncached(prot) \ macro
|
/Linux-v6.1/arch/nios2/include/asm/ |
D | pgtable.h | 91 #define pgprot_noncached pgprot_noncached macro 93 static inline pgprot_t pgprot_noncached(pgprot_t _prot) in pgprot_noncached() function
|
/Linux-v6.1/arch/csky/include/asm/ |
D | pgtable.h | 214 #define pgprot_noncached pgprot_noncached macro 216 static inline pgprot_t pgprot_noncached(pgprot_t _prot) in pgprot_noncached() function
|
/Linux-v6.1/arch/mips/include/asm/ |
D | fb.h | 11 vma->vm_page_prot = pgprot_noncached(vma->vm_page_prot); in fb_pgprotect()
|
D | pgtable.h | 448 #define pgprot_noncached pgprot_noncached macro 450 static inline pgprot_t pgprot_noncached(pgprot_t _prot) function
|
/Linux-v6.1/arch/arc/include/asm/ |
D | fb.h | 12 vma->vm_page_prot = pgprot_noncached(vma->vm_page_prot); in fb_pgprotect()
|
D | pgtable-bits-arcv2.h | 54 #define pgprot_noncached(prot) (__pgprot(pgprot_val(prot) & ~_PAGE_CACHEABLE)) macro
|
/Linux-v6.1/arch/csky/mm/ |
D | ioremap.c | 12 return pgprot_noncached(vma_prot); in phys_mem_access_prot()
|
/Linux-v6.1/arch/sparc/include/asm/ |
D | pgtable_32.h | 295 #define pgprot_noncached pgprot_noncached macro 296 static inline pgprot_t pgprot_noncached(pgprot_t prot) in pgprot_noncached() function
|
D | fb.h | 14 vma->vm_page_prot = pgprot_noncached(vma->vm_page_prot); in fb_pgprotect()
|
/Linux-v6.1/include/linux/ |
D | pgtable.h | 982 #ifndef pgprot_noncached 983 #define pgprot_noncached(prot) (prot) macro 987 #define pgprot_writecombine pgprot_noncached 991 #define pgprot_writethrough pgprot_noncached 995 #define pgprot_device pgprot_noncached 1007 if (pgprot_val(oldprot) == pgprot_val(pgprot_noncached(oldprot))) in pgprot_modify() 1008 newprot = pgprot_noncached(newprot); in pgprot_modify()
|
/Linux-v6.1/arch/ia64/include/asm/ |
D | fb.h | 16 vma->vm_page_prot = pgprot_noncached(vma->vm_page_prot); in fb_pgprotect()
|
/Linux-v6.1/arch/arc/kernel/ |
D | arc_hostlink.c | 20 vma->vm_page_prot = pgprot_noncached(vma->vm_page_prot); in arc_hl_mmap()
|
/Linux-v6.1/arch/powerpc/include/asm/nohash/ |
D | pgtable.h | 213 #define pgprot_noncached(prot) (__pgprot((pgprot_val(prot) & ~_PAGE_CACHE_CTL) | \ macro 226 #define pgprot_cached_wthru(prot) pgprot_noncached(prot)
|
/Linux-v6.1/arch/powerpc/kernel/ |
D | isa-bridge.c | 50 pgprot_noncached(PAGE_KERNEL))) in remap_isa_base() 54 pgprot_noncached(PAGE_KERNEL)); in remap_isa_base()
|
/Linux-v6.1/drivers/gpu/drm/ |
D | drm_vm.c | 74 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-v6.1/arch/arm/include/asm/ |
D | pgtable-nommu.h | 50 #define pgprot_noncached(prot) (prot) macro
|
/Linux-v6.1/arch/xtensa/mm/ |
D | ioremap.c | 49 return xtensa_ioremap(addr, size, pgprot_noncached(PAGE_KERNEL)); in xtensa_ioremap_nocache()
|
/Linux-v6.1/arch/powerpc/include/asm/book3s/32/ |
D | pgtable.h | 578 #define pgprot_noncached pgprot_noncached macro 579 static inline pgprot_t pgprot_noncached(pgprot_t prot) in pgprot_noncached() function
|
/Linux-v6.1/drivers/char/ |
D | uv_mmtimer.c | 160 vma->vm_page_prot = pgprot_noncached(vma->vm_page_prot); in uv_mmtimer_mmap()
|
D | mem.c | 284 #ifdef pgprot_noncached 309 #ifdef pgprot_noncached in phys_mem_access_prot() 313 return pgprot_noncached(vma_prot); in phys_mem_access_prot()
|
/Linux-v6.1/arch/powerpc/mm/ |
D | ioremap.c | 14 pgprot_t prot = pgprot_noncached(PAGE_KERNEL); in ioremap()
|