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()
1485 #ifndef pgprot_writecombine1486 #define pgprot_writecombine pgprot_noncached macro1508 if (pgprot_val(oldprot) == pgprot_val(pgprot_writecombine(oldprot))) in pgprot_modify()1509 newprot = pgprot_writecombine(newprot); in pgprot_modify()
Completed in 12 milliseconds