Searched refs:pgprot_writecombine (Results 1 – 18 of 18) sorted by relevance
11 vma->vm_page_prot = pgprot_writecombine(vma->vm_page_prot); in fb_pgprotect()
383 #define pgprot_writecombine(prot) \ macro386 #define pgprot_noncached pgprot_writecombine
211 #define pgprot_writecombine(prot) __pgprot(pgprot_val(prot) & ~_PAGE_CACHABLE) macro
69 #define pgprot_writecombine(prot) __pgprot(0) macro
109 #define pgprot_writecombine(prot) \ macro
284 #define pgprot_writecombine(prot) pgprot_noncached(prot) macro
13 vma->vm_page_prot = pgprot_writecombine(vma->vm_page_prot); in fb_pgprotect()
357 #define pgprot_writecombine(prot) __pgprot((pgprot_val(prot) & ~_PAGE_MA_MASK) | _PAGE_MA_WC) macro
288 #define pgprot_writecombine pgprot_writecombine macro289 extern pgprot_t pgprot_writecombine(pgprot_t prot);
176 #define pgprot_writecombine pgprot_noncached_wc macro
735 pgprot_t pgprot_writecombine(pgprot_t prot) in pgprot_writecombine() function742 EXPORT_SYMBOL_GPL(pgprot_writecombine);
201 #define pgprot_writecombine(prot) \ macro
391 pgprot_writecombine(pgprot_kernel), in dma_alloc_writecombine()436 vma->vm_page_prot = pgprot_writecombine(vma->vm_page_prot); in dma_mmap_writecombine()
546 return pgprot_writecombine(vma_prot); in phys_mem_access_prot()
283 #define pgprot_writecombine(prot) \ macro
543 vma->vm_page_prot = pgprot_writecombine(vma->vm_page_prot); in pci_mmap_page_range()