Searched refs:pgprot_writecombine (Results 1 – 21 of 21) sorted by relevance
117 #define pgprot_writecombine pgprot_writecombine macro119 static inline pgprot_t pgprot_writecombine(pgprot_t _prot) in pgprot_writecombine() function
14 return pgprot_writecombine(vma_prot); in phys_mem_access_prot()
242 #define pgprot_writecombine pgprot_writecombine macro243 static inline pgprot_t pgprot_writecombine(pgprot_t _prot) in pgprot_writecombine() function
49 #define pgprot_writecombine(prot) (prot) macro
117 #define pgprot_writecombine(prot) \ macro
36 ioremap_prot((addr), (size), pgprot_writecombine(PAGE_KERNEL))
1410 #define pgprot_writecombine pgprot_writecombine macro1411 pgprot_t pgprot_writecombine(pgprot_t prot);
599 #define pgprot_writecombine pgprot_writecombine macro600 static inline pgprot_t pgprot_writecombine(pgprot_t prot) in pgprot_writecombine() function
521 #define pgprot_writecombine pgprot_writecombine macro522 extern pgprot_t pgprot_writecombine(pgprot_t prot);
378 #define pgprot_writecombine(prot) \ macro381 #define pgprot_noncached pgprot_writecombine
469 #define pgprot_writecombine pgprot_writecombine macro471 static inline pgprot_t pgprot_writecombine(pgprot_t _prot) function
304 prot = pgprot_writecombine(PAGE_KERNEL); in acpi_os_ioremap()
645 #define pgprot_writecombine pgprot_writecombine macro646 static inline pgprot_t pgprot_writecombine(pgprot_t _prot) in pgprot_writecombine() function
943 pgprot_t pgprot_writecombine(pgprot_t prot) in pgprot_writecombine() function948 EXPORT_SYMBOL_GPL(pgprot_writecombine);
371 #define pgprot_writecombine pgprot_noncached_wc macro
770 #define pgprot_writecombine pgprot_writecombine macro771 static inline pgprot_t pgprot_writecombine(pgprot_t prot) in pgprot_writecombine() function
29 pgprot_t pgprot_writecombine(pgprot_t prot) in pgprot_writecombine() function37 EXPORT_SYMBOL_GPL(pgprot_writecombine);
719 return pgprot_writecombine(vma_prot); in phys_mem_access_prot()
441 pgprot_writecombine(prot) : in __get_dma_pgprot()
113 return pgprot_writecombine(vma_prot); in phys_mem_access_prot()
782 #define pgprot_writecombine(prot) \ macro
Completed in 54 milliseconds