| /linux/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/arch/arc/mm/ |
| A D | ioremap.c | 35 pgprot_val(pgprot_noncached(PAGE_KERNEL))); in ioremap() 52 return generic_ioremap_prot(paddr, size, pgprot_noncached(prot)); in ioremap_prot()
|
| /linux/arch/loongarch/include/asm/ |
| A D | pgtable-bits.h | 99 #define pgprot_noncached pgprot_noncached macro 101 static inline pgprot_t pgprot_noncached(pgprot_t _prot) in pgprot_noncached() function
|
| /linux/arch/m68k/include/asm/ |
| A D | pgtable_mm.h | 165 # define pgprot_noncached(prot) (__pgprot(pgprot_val(prot) | CF_PAGE_NOCACHE)) macro 172 #define pgprot_noncached(prot) \ macro
|
| /linux/arch/nios2/include/asm/ |
| A D | pgtable.h | 94 #define pgprot_noncached pgprot_noncached macro 96 static inline pgprot_t pgprot_noncached(pgprot_t _prot) in pgprot_noncached() function
|
| /linux/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/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()
|
| A D | pci_64.c | 142 pgprot_noncached(PAGE_KERNEL))) { in ioremap_phb()
|
| /linux/arch/csky/mm/ |
| A D | ioremap.c | 12 return pgprot_noncached(vma_prot); in phys_mem_access_prot()
|
| /linux/arch/sparc/include/asm/ |
| A D | pgtable_32.h | 294 #define pgprot_noncached pgprot_noncached macro 295 static inline pgprot_t pgprot_noncached(pgprot_t prot) in pgprot_noncached() function
|
| /linux/arch/mips/include/asm/ |
| A D | video.h | 10 return pgprot_noncached(prot); in pgprot_framebuffer()
|
| A D | pgtable.h | 458 #define pgprot_noncached pgprot_noncached macro 460 static inline pgprot_t pgprot_noncached(pgprot_t _prot) function
|
| /linux/arch/arm/include/asm/ |
| A D | pgtable-nommu.h | 48 #define pgprot_noncached(prot) (prot) macro
|
| /linux/arch/arc/kernel/ |
| A D | arc_hostlink.c | 20 vma->vm_page_prot = pgprot_noncached(vma->vm_page_prot); in arc_hl_mmap()
|
| /linux/arch/xtensa/include/asm/ |
| A D | io.h | 43 pgprot_val(pgprot_noncached(PAGE_KERNEL))); in ioremap()
|
| /linux/arch/powerpc/include/asm/book3s/32/ |
| A D | pgtable.h | 565 #define pgprot_noncached pgprot_noncached macro 566 static inline pgprot_t pgprot_noncached(pgprot_t prot) in pgprot_noncached() function
|
| /linux/include/linux/ |
| A D | pgtable.h | 1355 #ifndef pgprot_noncached 1356 #define pgprot_noncached(prot) (prot) macro 1360 #define pgprot_writecombine pgprot_noncached 1364 #define pgprot_writethrough pgprot_noncached 1368 #define pgprot_device pgprot_noncached 1380 if (pgprot_val(oldprot) == pgprot_val(pgprot_noncached(oldprot))) in pgprot_modify() 1381 newprot = pgprot_noncached(newprot); in pgprot_modify()
|
| /linux/arch/powerpc/mm/ |
| A D | ioremap.c | 14 pgprot_t prot = pgprot_noncached(PAGE_KERNEL); in ioremap()
|
| /linux/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 | 273 #ifdef pgprot_noncached 290 #ifdef pgprot_noncached in phys_mem_access_prot() 294 return pgprot_noncached(vma_prot); in phys_mem_access_prot()
|
| /linux/arch/powerpc/include/asm/nohash/ |
| A D | pgtable.h | 352 #define pgprot_noncached(prot) (__pgprot((pgprot_val(prot) & ~_PAGE_CACHE_CTL) | \ macro 365 #define pgprot_cached_wthru(prot) pgprot_noncached(prot)
|
| /linux/arch/arc/include/asm/ |
| A D | pgtable-bits-arcv2.h | 57 #define pgprot_noncached(prot) (__pgprot(pgprot_val(prot) & ~_PAGE_CACHEABLE)) macro
|
| /linux/arch/mips/kernel/ |
| A D | vdso.c | 165 pgprot_noncached(vma->vm_page_prot)); in arch_setup_additional_pages()
|
| /linux/arch/riscv/include/asm/ |
| A D | pgtable.h | 636 #define pgprot_noncached pgprot_noncached macro 637 static inline pgprot_t pgprot_noncached(pgprot_t _prot) in pgprot_noncached() function
|
| /linux/drivers/sbus/char/ |
| A D | flash.c | 69 vma->vm_page_prot = pgprot_noncached(vma->vm_page_prot); in flash_mmap()
|