/linux-6.3-rc2/drivers/gpu/drm/ttm/ |
A 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-6.3-rc2/arch/loongarch/include/asm/ |
A D | pgtable-bits.h | 95 #define pgprot_noncached pgprot_noncached macro 97 static inline pgprot_t pgprot_noncached(pgprot_t _prot) in pgprot_noncached() function
|
/linux-6.3-rc2/arch/arc/mm/ |
A D | ioremap.c | 43 pgprot_val(pgprot_noncached(PAGE_KERNEL))); in ioremap() 73 prot = pgprot_noncached(prot); in ioremap_prot()
|
/linux-6.3-rc2/arch/m68k/include/asm/ |
A D | pgtable_mm.h | 163 # define pgprot_noncached(prot) (__pgprot(pgprot_val(prot) | CF_PAGE_NOCACHE)) macro 170 #define pgprot_noncached(prot) \ macro
|
/linux-6.3-rc2/arch/nios2/include/asm/ |
A 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-6.3-rc2/arch/csky/include/asm/ |
A D | pgtable.h | 231 #define pgprot_noncached pgprot_noncached macro 233 static inline pgprot_t pgprot_noncached(pgprot_t _prot) in pgprot_noncached() function
|
/linux-6.3-rc2/arch/mips/include/asm/ |
A D | fb.h | 11 vma->vm_page_prot = pgprot_noncached(vma->vm_page_prot); in fb_pgprotect()
|
/linux-6.3-rc2/arch/arc/include/asm/ |
A D | fb.h | 12 vma->vm_page_prot = pgprot_noncached(vma->vm_page_prot); in fb_pgprotect()
|
A D | pgtable-bits-arcv2.h | 57 #define pgprot_noncached(prot) (__pgprot(pgprot_val(prot) & ~_PAGE_CACHEABLE)) macro
|
/linux-6.3-rc2/arch/csky/mm/ |
A D | ioremap.c | 12 return pgprot_noncached(vma_prot); in phys_mem_access_prot()
|
/linux-6.3-rc2/arch/ia64/include/asm/ |
A D | fb.h | 16 vma->vm_page_prot = pgprot_noncached(vma->vm_page_prot); in fb_pgprotect()
|
/linux-6.3-rc2/arch/sparc/include/asm/ |
A 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
|
A D | fb.h | 14 vma->vm_page_prot = pgprot_noncached(vma->vm_page_prot); in fb_pgprotect()
|
/linux-6.3-rc2/include/linux/ |
A D | pgtable.h | 987 #ifndef pgprot_noncached 988 #define pgprot_noncached(prot) (prot) macro 992 #define pgprot_writecombine pgprot_noncached 996 #define pgprot_writethrough pgprot_noncached 1000 #define pgprot_device pgprot_noncached 1012 if (pgprot_val(oldprot) == pgprot_val(pgprot_noncached(oldprot))) in pgprot_modify() 1013 newprot = pgprot_noncached(newprot); in pgprot_modify()
|
/linux-6.3-rc2/arch/arm/include/asm/ |
A D | pgtable-nommu.h | 48 #define pgprot_noncached(prot) (prot) macro
|
/linux-6.3-rc2/arch/arc/kernel/ |
A D | arc_hostlink.c | 20 vma->vm_page_prot = pgprot_noncached(vma->vm_page_prot); in arc_hl_mmap()
|
/linux-6.3-rc2/arch/powerpc/kernel/ |
A D | isa-bridge.c | 50 pgprot_noncached(PAGE_KERNEL))) in remap_isa_base() 54 pgprot_noncached(PAGE_KERNEL)); in remap_isa_base()
|
/linux-6.3-rc2/drivers/gpu/drm/ |
A 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-6.3-rc2/arch/powerpc/include/asm/nohash/ |
A D | pgtable.h | 228 #define pgprot_noncached(prot) (__pgprot((pgprot_val(prot) & ~_PAGE_CACHE_CTL) | \ macro 241 #define pgprot_cached_wthru(prot) pgprot_noncached(prot)
|
/linux-6.3-rc2/arch/xtensa/mm/ |
A D | ioremap.c | 49 return xtensa_ioremap(addr, size, pgprot_noncached(PAGE_KERNEL)); in xtensa_ioremap_nocache()
|
/linux-6.3-rc2/arch/powerpc/include/asm/book3s/32/ |
A D | pgtable.h | 605 #define pgprot_noncached pgprot_noncached macro 606 static inline pgprot_t pgprot_noncached(pgprot_t prot) in pgprot_noncached() function
|
/linux-6.3-rc2/drivers/char/ |
A D | uv_mmtimer.c | 160 vma->vm_page_prot = pgprot_noncached(vma->vm_page_prot); in uv_mmtimer_mmap()
|
A 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-6.3-rc2/arch/powerpc/mm/ |
A D | ioremap.c | 14 pgprot_t prot = pgprot_noncached(PAGE_KERNEL); in ioremap()
|
/linux-6.3-rc2/arch/riscv/include/asm/ |
A D | pgtable.h | 536 #define pgprot_noncached pgprot_noncached macro 537 static inline pgprot_t pgprot_noncached(pgprot_t _prot) in pgprot_noncached() function
|