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
63 #define _PAGE_GLOBAL (1<<8) /* Page is global (H) */ macro80 #define _PAGE_GLOBAL (1<<8) /* Page is global (H) */ macro
179 #define _PAGE_GLOBAL (1 << _PAGE_GLOBAL_SHIFT) macro
51 #define _PAGE_GLOBAL (_AT(pteval_t, 1) << _PAGE_BIT_GLOBAL) macro