Searched defs:_PAGE_GLOBAL (Results 1 – 5 of 5) sorted by relevance
20 #define _PAGE_GLOBAL (1<<20) macro
30 #define _PAGE_GLOBAL (1 << 5) /* Global */ macro
67 #define _PAGE_GLOBAL (1<<8) /* Page is global (H) */ macro84 #define _PAGE_GLOBAL (1<<8) /* Page is global (H) */ macro
146 #define _PAGE_GLOBAL (1 << _PAGE_GLOBAL_SHIFT) macro
50 #define _PAGE_GLOBAL (_AT(pteval_t, 1) << _PAGE_BIT_GLOBAL) macro