Searched defs:_PAGE_GLOBAL (Results 1 – 7 of 7) sorted by relevance
20 #define _PAGE_GLOBAL (1<<20) macro
22 #define _PAGE_GLOBAL (1 << 5) /* Global */ macro
19 #define _PAGE_GLOBAL (1<<0) macro
19 #define _PAGE_GLOBAL (1<<6) macro
64 #define _PAGE_GLOBAL (1<<8) /* Page is global (H) */ macro81 #define _PAGE_GLOBAL (1<<8) /* Page is global (H) */ macro
163 #define _PAGE_GLOBAL (1 << _PAGE_GLOBAL_SHIFT) macro
50 #define _PAGE_GLOBAL (_AT(pteval_t, 1) << _PAGE_BIT_GLOBAL) macro