Home
last modified time | relevance | path

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

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

Completed in 12 milliseconds