Home
last modified time | relevance | path

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

123

/arch/c6x/include/asm/
Dpgtable.h43 #define pgprot_noncached(prot) (prot) macro
73 #define pgprot_writecombine pgprot_noncached
/arch/m68k/include/asm/
Dpgtable_mm.h155 # define pgprot_noncached(prot) (__pgprot(pgprot_val(prot) | CF_PAGE_NOCACHE)) macro
162 #define pgprot_noncached(prot) \ macro
/arch/arc/include/asm/
Dfb.h11 vma->vm_page_prot = pgprot_noncached(vma->vm_page_prot); in fb_pgprotect()
/arch/mips/include/asm/
Dfb.h11 vma->vm_page_prot = pgprot_noncached(vma->vm_page_prot); in fb_pgprotect()
Dpgtable.h444 #define pgprot_noncached pgprot_noncached macro
446 static inline pgprot_t pgprot_noncached(pgprot_t _prot) function
/arch/blackfin/include/asm/
Dpgtable.h38 #define pgprot_noncached(prot) (prot) macro
100 #define pgprot_writecombine pgprot_noncached
/arch/ia64/include/asm/
Dfb.h15 vma->vm_page_prot = pgprot_noncached(vma->vm_page_prot); in fb_pgprotect()
/arch/sparc/include/asm/
Dfb.h13 vma->vm_page_prot = pgprot_noncached(vma->vm_page_prot); in fb_pgprotect()
Dpgtable_32.h298 #define pgprot_noncached pgprot_noncached macro
299 static inline pgprot_t pgprot_noncached(pgprot_t prot) in pgprot_noncached() function
/arch/h8300/include/asm/
Dpgtable.h19 #define pgprot_noncached pgprot_writecombine macro
/arch/arc/kernel/
Darc_hostlink.c23 vma->vm_page_prot = pgprot_noncached(vma->vm_page_prot); in arc_hl_mmap()
/arch/powerpc/kernel/
Disa-bridge.c112 size, pgprot_val(pgprot_noncached(__pgprot(0)))); in pci_process_ISA_OF_ranges()
119 0x10000, pgprot_val(pgprot_noncached(__pgprot(0)))); in pci_process_ISA_OF_ranges()
Dpci_64.c162 pgprot_val(pgprot_noncached(__pgprot(0)))) == NULL) in pcibios_map_phb_io_space()
/arch/nios2/include/asm/
Dpgtable.h117 #define pgprot_noncached pgprot_noncached macro
119 static inline pgprot_t pgprot_noncached(pgprot_t _prot) in pgprot_noncached() function
/arch/score/include/asm/
Dpgtable.h151 #define pgprot_noncached pgprot_noncached macro
153 static inline pgprot_t pgprot_noncached(pgprot_t _prot) in pgprot_noncached() function
/arch/xtensa/mm/
Dioremap.c52 return xtensa_ioremap(addr, size, pgprot_noncached(PAGE_KERNEL)); in xtensa_ioremap_nocache()
/arch/arm/include/asm/
Dpgtable-nommu.h66 #define pgprot_noncached(prot) __pgprot(0) macro
/arch/arc/mm/
Dioremap.c74 prot = pgprot_noncached(prot); in ioremap_prot()
Ddma.c118 vma->vm_page_prot = pgprot_noncached(vma->vm_page_prot); in arc_dma_mmap()
/arch/powerpc/include/asm/book3s/32/
Dpgtable.h441 #define pgprot_noncached pgprot_noncached macro
442 static inline pgprot_t pgprot_noncached(pgprot_t prot) in pgprot_noncached() function
/arch/m32r/include/asm/
Dpgtable.h265 static inline pgprot_t pgprot_noncached(pgprot_t _prot) in pgprot_noncached() function
273 #define pgprot_writecombine(prot) pgprot_noncached(prot)
/arch/mips/loongson64/common/
Dmem.c126 return pgprot_noncached(vma_prot); in phys_mem_access_prot()
/arch/mips/kernel/
Dvdso.c158 pgprot_noncached(PAGE_READONLY)); in arch_setup_additional_pages()
/arch/microblaze/kernel/
Ddma.c172 vma->vm_page_prot = pgprot_noncached(vma->vm_page_prot); in dma_direct_mmap_coherent()
/arch/microblaze/include/asm/
Dpgtable.h35 #define pgprot_noncached(x) (x) macro
104 #define pgprot_noncached(prot) \ macro

123