Home
last modified time | relevance | path

Searched refs:pgprot_writecombine (Results 1 – 2 of 2) sorted by relevance

/include/linux/
Dio-mapping.h137 #elif defined(pgprot_writecombine) in io_mapping_init_wc()
138 iomap->prot = pgprot_writecombine(PAGE_KERNEL); in io_mapping_init_wc()
Dpgtable.h953 #ifndef pgprot_writecombine
954 #define pgprot_writecombine pgprot_noncached macro
976 if (pgprot_val(oldprot) == pgprot_val(pgprot_writecombine(oldprot))) in pgprot_modify()
977 newprot = pgprot_writecombine(newprot); in pgprot_modify()