Searched refs:pgprot_writecombine (Results 1 – 2 of 2) sorted by relevance
137 #elif defined(pgprot_writecombine) in io_mapping_init_wc()138 iomap->prot = pgprot_writecombine(PAGE_KERNEL); in io_mapping_init_wc()
953 #ifndef pgprot_writecombine954 #define pgprot_writecombine pgprot_noncached macro976 if (pgprot_val(oldprot) == pgprot_val(pgprot_writecombine(oldprot))) in pgprot_modify()977 newprot = pgprot_writecombine(newprot); in pgprot_modify()