Searched refs:_PAGE_SO (Results 1 – 3 of 3) sorted by relevance
18 #define _PAGE_SO (1<<5) macro
20 #define _PAGE_SO _PAGE_UNCACHE macro
70 _CACHE_UNCACHED | _PAGE_SO)239 prot = (prot & ~_CACHE_MASK) | _CACHE_UNCACHED | _PAGE_SO; in pgprot_noncached()
Completed in 4 milliseconds