Searched defs:pgprot_cached (Results 1 – 3 of 3) sorted by relevance
619 #define pgprot_cached pgprot_cached macro620 static inline pgprot_t pgprot_cached(pgprot_t prot) in pgprot_cached() function
234 #define pgprot_cached(prot) (__pgprot((pgprot_val(prot) & ~_PAGE_CACHE_CTL) | \ macro
812 #define pgprot_cached pgprot_cached macro813 static inline pgprot_t pgprot_cached(pgprot_t prot) in pgprot_cached() function
Completed in 9 milliseconds