Searched refs:_PAGE_SO (Results 1 – 3 of 3) sorted by relevance
21 #define _PAGE_SO (1<<5) macro
23 #define _PAGE_SO _PAGE_UNCACHE macro
69 _CACHE_UNCACHED | _PAGE_SO)237 prot = (prot & ~_CACHE_MASK) | _CACHE_UNCACHED | _PAGE_SO; in pgprot_noncached()
Completed in 7 milliseconds