Home
last modified time | relevance | path

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

12

/arch/arc/mm/
A Dioremap.c35 pgprot_noncached(PAGE_KERNEL)); in ioremap()
50 return generic_ioremap_prot(paddr, size, pgprot_noncached(prot)); in ioremap_prot()
/arch/loongarch/include/asm/
A Dpgtable-bits.h104 #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 Dpgtable_mm.h165 # define pgprot_noncached(prot) (__pgprot(pgprot_val(prot) | CF_PAGE_NOCACHE)) macro
172 #define pgprot_noncached(prot) \ macro
/arch/csky/mm/
A Dioremap.c12 return pgprot_noncached(vma_prot); in phys_mem_access_prot()
/arch/mips/include/asm/
A Dvideo.h10 return pgprot_noncached(prot); in pgprot_framebuffer()
A Dpgtable.h458 #define pgprot_noncached pgprot_noncached macro
460 static inline pgprot_t pgprot_noncached(pgprot_t _prot) function
/arch/csky/include/asm/
A Dpgtable.h231 #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 Dpgtable.h94 #define pgprot_noncached pgprot_noncached macro
96 static inline pgprot_t pgprot_noncached(pgprot_t _prot) in pgprot_noncached() function
/arch/powerpc/kernel/
A Disa-bridge.c50 pgprot_noncached(PAGE_KERNEL))) in remap_isa_base()
54 pgprot_noncached(PAGE_KERNEL)); in remap_isa_base()
A Dpci_64.c142 pgprot_noncached(PAGE_KERNEL))) { in ioremap_phb()
/arch/arm/include/asm/
A Dpgtable-nommu.h48 #define pgprot_noncached(prot) (prot) macro
/arch/arc/kernel/
A Darc_hostlink.c20 vma->vm_page_prot = pgprot_noncached(vma->vm_page_prot); in arc_hl_mmap()
/arch/xtensa/include/asm/
A Dio.h43 pgprot_noncached(PAGE_KERNEL)); in ioremap()
/arch/sparc/include/asm/
A Dpgtable_32.h289 #define pgprot_noncached pgprot_noncached macro
290 static inline pgprot_t pgprot_noncached(pgprot_t prot) in pgprot_noncached() function
A Dpgtable_64.h329 static inline pgprot_t pgprot_noncached(pgprot_t prot) in pgprot_noncached() function
357 #define pgprot_noncached pgprot_noncached macro
/arch/powerpc/mm/
A Dioremap.c13 pgprot_t prot = pgprot_noncached(PAGE_KERNEL); in ioremap()
A Dmem.c47 vma_prot = pgprot_noncached(vma_prot); in __phys_mem_access_prot()
/arch/powerpc/include/asm/book3s/32/
A Dpgtable.h565 #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 Dpgtable.h352 #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 Dpgtable-bits-arcv2.h57 #define pgprot_noncached(prot) (__pgprot(pgprot_val(prot) & ~_PAGE_CACHEABLE)) macro
/arch/mips/kernel/
A Dvdso.c162 pgprot_noncached(vma->vm_page_prot)); in arch_setup_additional_pages()
/arch/powerpc/platforms/powernv/
A Dmemtrace.c62 vma->vm_page_prot = pgprot_noncached(vma->vm_page_prot); in memtrace_mmap()
/arch/riscv/include/asm/
A Dpgtable.h634 #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 Dpgtable.h126 #define pgprot_noncached(prot) (prot) macro
/arch/powerpc/include/asm/book3s/64/
A Dpgtable.h750 #define pgprot_noncached pgprot_noncached macro
751 static inline pgprot_t pgprot_noncached(pgprot_t prot) in pgprot_noncached() function

Completed in 37 milliseconds

12