Searched defs:_PAGE_GLOBAL (Results 1 – 8 of 8) sorted by relevance
20 #define _PAGE_GLOBAL (1<<20) macro
16 #define _PAGE_GLOBAL (1 << 5) /* Global */ macro
17 #define _PAGE_GLOBAL (1<<0) macro
17 #define _PAGE_GLOBAL (1<<6) macro
26 #define _PAGE_GLOBAL (1 << 8) /* ASID agnostic (H) */ macro
44 #define _PAGE_GLOBAL (_ULCAST_(1) << _PAGE_GLOBAL_SHIFT) macro
179 #define _PAGE_GLOBAL (1 << _PAGE_GLOBAL_SHIFT) macro
49 #define _PAGE_GLOBAL (_AT(pteval_t, 1) << _PAGE_BIT_GLOBAL) macro
Completed in 14 milliseconds