Home
last modified time | relevance | path

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

/include/linux/
A Dpgtable.h1481 #ifndef pgprot_noncached
1482 #define pgprot_noncached(prot) (prot) macro
1486 #define pgprot_writecombine pgprot_noncached
1490 #define pgprot_writethrough pgprot_noncached
1494 #define pgprot_device pgprot_noncached
1506 if (pgprot_val(oldprot) == pgprot_val(pgprot_noncached(oldprot))) in pgprot_modify()
1507 newprot = pgprot_noncached(newprot); in pgprot_modify()
A Ddma-map-ops.h335 #define pgprot_dmacoherent(prot) pgprot_noncached(prot)

Completed in 9 milliseconds