Searched refs:pgprot_writecombine (Results 1 – 3 of 3) sorted by relevance
23 return pgprot_writecombine(prot); in pgprot_framebuffer()
141 iomap->prot = pgprot_writecombine(PAGE_KERNEL); in io_mapping_init_wc()
1361 #ifndef pgprot_writecombine1362 #define pgprot_writecombine pgprot_noncached macro1384 if (pgprot_val(oldprot) == pgprot_val(pgprot_writecombine(oldprot))) in pgprot_modify()1385 newprot = pgprot_writecombine(newprot); in pgprot_modify()