_PAGE_GLOBAL      124 arch/x86/include/asm/pgtable.h 	return pte_flags(pte) & _PAGE_GLOBAL;
_PAGE_GLOBAL      243 arch/x86/include/asm/pgtable.h 	return pte_set_flags(pte, _PAGE_GLOBAL);
_PAGE_GLOBAL      248 arch/x86/include/asm/pgtable.h 	return pte_clear_flags(pte, _PAGE_GLOBAL);
_PAGE_GLOBAL      154 arch/x86/include/asm/pgtable_types.h 	(_PAGE_PRESENT | _PAGE_RW | _PAGE_DIRTY | _PAGE_ACCESSED | _PAGE_GLOBAL)