| /arch/arc/mm/ |
| A D | ioremap.c | 35 pgprot_noncached(PAGE_KERNEL)); in ioremap() 50 return generic_ioremap_prot(paddr, size, pgprot_noncached(prot)); in ioremap_prot()
|
| /arch/loongarch/include/asm/ |
| A D | pgtable-bits.h | 104 #define pgprot_noncached pgprot_noncached macro 106 static inline pgprot_t pgprot_noncached(pgprot_t _prot) in pgprot_noncached() function
|
| /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
|
| /arch/csky/mm/ |
| A D | ioremap.c | 12 return pgprot_noncached(vma_prot); in phys_mem_access_prot()
|
| /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
|
| /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
|
| /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
|
| /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()
|
| /arch/arm/include/asm/ |
| A D | pgtable-nommu.h | 48 #define pgprot_noncached(prot) (prot) macro
|
| /arch/arc/kernel/ |
| A D | arc_hostlink.c | 20 vma->vm_page_prot = pgprot_noncached(vma->vm_page_prot); in arc_hl_mmap()
|
| /arch/xtensa/include/asm/ |
| A D | io.h | 43 pgprot_noncached(PAGE_KERNEL)); in ioremap()
|
| /arch/sparc/include/asm/ |
| A D | pgtable_32.h | 289 #define pgprot_noncached pgprot_noncached macro 290 static inline pgprot_t pgprot_noncached(pgprot_t prot) in pgprot_noncached() function
|
| A D | pgtable_64.h | 329 static inline pgprot_t pgprot_noncached(pgprot_t prot) in pgprot_noncached() function 357 #define pgprot_noncached pgprot_noncached macro
|
| /arch/powerpc/mm/ |
| A D | ioremap.c | 13 pgprot_t prot = pgprot_noncached(PAGE_KERNEL); in ioremap()
|
| A D | mem.c | 47 vma_prot = pgprot_noncached(vma_prot); in __phys_mem_access_prot()
|
| /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
|
| /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)
|
| /arch/arc/include/asm/ |
| A D | pgtable-bits-arcv2.h | 57 #define pgprot_noncached(prot) (__pgprot(pgprot_val(prot) & ~_PAGE_CACHEABLE)) macro
|
| /arch/mips/kernel/ |
| A D | vdso.c | 162 pgprot_noncached(vma->vm_page_prot)); in arch_setup_additional_pages()
|
| /arch/powerpc/platforms/powernv/ |
| A D | memtrace.c | 62 vma->vm_page_prot = pgprot_noncached(vma->vm_page_prot); in memtrace_mmap()
|
| /arch/riscv/include/asm/ |
| A D | pgtable.h | 634 #define pgprot_noncached pgprot_noncached macro 635 static inline pgprot_t pgprot_noncached(pgprot_t _prot) in pgprot_noncached() function
|
| /arch/alpha/include/asm/ |
| A D | pgtable.h | 126 #define pgprot_noncached(prot) (prot) macro
|
| /arch/powerpc/include/asm/book3s/64/ |
| A D | pgtable.h | 750 #define pgprot_noncached pgprot_noncached macro 751 static inline pgprot_t pgprot_noncached(pgprot_t prot) in pgprot_noncached() function
|