Home
last modified time | relevance | path

Searched refs:pgprot_noncached (Results 1 – 25 of 58) 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.h156 # define pgprot_noncached(prot) (__pgprot(pgprot_val(prot) | CF_PAGE_NOCACHE)) macro
163 #define pgprot_noncached(prot) \ macro
/arch/arc/include/asm/
Dfb.h12 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.h16 vma->vm_page_prot = pgprot_noncached(vma->vm_page_prot); in fb_pgprotect()
/arch/sparc/include/asm/
Dfb.h14 vma->vm_page_prot = pgprot_noncached(vma->vm_page_prot); in fb_pgprotect()
Dpgtable_32.h299 #define pgprot_noncached pgprot_noncached macro
300 static inline pgprot_t pgprot_noncached(pgprot_t prot) in pgprot_noncached() function
/arch/powerpc/kernel/
Disa-bridge.c113 size, pgprot_val(pgprot_noncached(__pgprot(0)))); in pci_process_ISA_OF_ranges()
120 0x10000, pgprot_val(pgprot_noncached(__pgprot(0)))); in pci_process_ISA_OF_ranges()
256 size, pgprot_val(pgprot_noncached(__pgprot(0)))); in isa_bridge_init_non_pci()
Dpci_64.c162 pgprot_val(pgprot_noncached(__pgprot(0)))) == NULL) in pcibios_map_phb_io_space()
/arch/h8300/include/asm/
Dpgtable.h21 #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/nios2/include/asm/
Dpgtable.h118 #define pgprot_noncached pgprot_noncached macro
120 static inline pgprot_t pgprot_noncached(pgprot_t _prot) in pgprot_noncached() function
/arch/score/include/asm/
Dpgtable.h153 #define pgprot_noncached pgprot_noncached macro
155 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) (prot) macro
/arch/arc/mm/
Dioremap.c74 prot = pgprot_noncached(prot); in ioremap_prot()
/arch/powerpc/include/asm/book3s/32/
Dpgtable.h444 #define pgprot_noncached pgprot_noncached macro
445 static inline pgprot_t pgprot_noncached(pgprot_t prot) in pgprot_noncached() function
/arch/m32r/include/asm/
Dpgtable.h266 static inline pgprot_t pgprot_noncached(pgprot_t _prot) in pgprot_noncached() function
274 #define pgprot_writecombine(prot) pgprot_noncached(prot)
/arch/mips/loongson64/common/
Dmem.c126 return pgprot_noncached(vma_prot); in phys_mem_access_prot()
/arch/microblaze/kernel/
Ddma.c178 vma->vm_page_prot = pgprot_noncached(vma->vm_page_prot); in dma_direct_mmap_coherent()
/arch/mips/kernel/
Dvdso.c189 pgprot_noncached(PAGE_READONLY)); in arch_setup_additional_pages()
/arch/microblaze/include/asm/
Dpgtable.h35 #define pgprot_noncached(x) (x) macro
104 #define pgprot_noncached(prot) \ macro
/arch/powerpc/include/asm/nohash/
Dpgtable.h206 #define pgprot_noncached(prot) (__pgprot((pgprot_val(prot) & ~_PAGE_CACHE_CTL) | \ macro

123