Home
last modified time | relevance | path

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

/include/asm-generic/
Dpage.h54 #define pgprot_val(x) ((x).pgprot) macro
/include/linux/
Dpgtable.h870 if (pgprot_val(oldprot) == pgprot_val(pgprot_noncached(oldprot))) in pgprot_modify()
872 if (pgprot_val(oldprot) == pgprot_val(pgprot_writecombine(oldprot))) in pgprot_modify()
874 if (pgprot_val(oldprot) == pgprot_val(pgprot_device(oldprot))) in pgprot_modify()