Home
last modified time | relevance | path

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

/include/linux/
Dpgtable.h961 #ifndef pgprot_device
962 #define pgprot_device pgprot_noncached macro
978 if (pgprot_val(oldprot) == pgprot_val(pgprot_device(oldprot))) in pgprot_modify()
979 newprot = pgprot_device(newprot); in pgprot_modify()