Home
last modified time | relevance | path

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

/include/asm-generic/
Dvideo.h23 return pgprot_writecombine(prot); in pgprot_framebuffer()
/include/linux/
Dio-mapping.h141 iomap->prot = pgprot_writecombine(PAGE_KERNEL); in io_mapping_init_wc()
Dpgtable.h1361 #ifndef pgprot_writecombine
1362 #define pgprot_writecombine pgprot_noncached macro
1384 if (pgprot_val(oldprot) == pgprot_val(pgprot_writecombine(oldprot))) in pgprot_modify()
1385 newprot = pgprot_writecombine(newprot); in pgprot_modify()