Home
last modified time | relevance | path

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

/include/linux/
Dpgtable.h1357 #ifndef pgprot_noncached
1358 #define pgprot_noncached(prot) (prot) macro
1362 #define pgprot_writecombine pgprot_noncached
1366 #define pgprot_writethrough pgprot_noncached
1370 #define pgprot_device pgprot_noncached
1382 if (pgprot_val(oldprot) == pgprot_val(pgprot_noncached(oldprot))) in pgprot_modify()
1383 newprot = pgprot_noncached(newprot); in pgprot_modify()
Ddma-map-ops.h344 #define pgprot_dmacoherent(prot) pgprot_noncached(prot)