Searched refs:_PAGE_SO (Results 1 – 3 of 3) sorted by relevance
27 #define _PAGE_SO (1<<5) macro
29 #define _PAGE_SO _PAGE_UNCACHE macro
78 _CACHE_UNCACHED | _PAGE_SO)240 prot = (prot & ~_CACHE_MASK) | _CACHE_UNCACHED | _PAGE_SO; in pgprot_noncached()