Home
last modified time | relevance | path

Searched refs:pgprot_writecombine (Results 1 – 18 of 18) sorted by relevance

/arch/sh/include/asm/
Dfb.h11 vma->vm_page_prot = pgprot_writecombine(vma->vm_page_prot); in fb_pgprotect()
Dpgtable_32.h383 #define pgprot_writecombine(prot) \ macro
386 #define pgprot_noncached pgprot_writecombine
Dpgtable_64.h211 #define pgprot_writecombine(prot) __pgprot(pgprot_val(prot) & ~_PAGE_CACHABLE) macro
/arch/arm/include/asm/
Dfb.h11 vma->vm_page_prot = pgprot_writecombine(vma->vm_page_prot); in fb_pgprotect()
Dpgtable-nommu.h69 #define pgprot_writecombine(prot) __pgprot(0) macro
Dpgtable.h109 #define pgprot_writecombine(prot) \ macro
/arch/m32r/include/asm/
Dfb.h11 vma->vm_page_prot = pgprot_writecombine(vma->vm_page_prot); in fb_pgprotect()
Dpgtable.h284 #define pgprot_writecombine(prot) pgprot_noncached(prot) macro
/arch/ia64/include/asm/
Dfb.h13 vma->vm_page_prot = pgprot_writecombine(vma->vm_page_prot); in fb_pgprotect()
Dpgtable.h357 #define pgprot_writecombine(prot) __pgprot((pgprot_val(prot) & ~_PAGE_MA_MASK) | _PAGE_MA_WC) macro
/arch/x86/include/asm/
Dpgtable_types.h288 #define pgprot_writecombine pgprot_writecombine macro
289 extern pgprot_t pgprot_writecombine(pgprot_t prot);
/arch/powerpc/include/asm/
Dpgtable.h176 #define pgprot_writecombine pgprot_noncached_wc macro
/arch/x86/mm/
Dpat.c735 pgprot_t pgprot_writecombine(pgprot_t prot) in pgprot_writecombine() function
742 EXPORT_SYMBOL_GPL(pgprot_writecombine);
/arch/unicore32/include/asm/
Dpgtable.h201 #define pgprot_writecombine(prot) \ macro
/arch/arm/mm/
Ddma-mapping.c391 pgprot_writecombine(pgprot_kernel), in dma_alloc_writecombine()
436 vma->vm_page_prot = pgprot_writecombine(vma->vm_page_prot); in dma_mmap_writecombine()
Dmmu.c546 return pgprot_writecombine(vma_prot); in phys_mem_access_prot()
/arch/avr32/include/asm/
Dpgtable.h283 #define pgprot_writecombine(prot) \ macro
/arch/ia64/pci/
Dpci.c543 vma->vm_page_prot = pgprot_writecombine(vma->vm_page_prot); in pci_mmap_page_range()