_PAGE_NX          129 arch/x86/include/asm/pgtable.h 	return !(pte_flags(pte) & _PAGE_NX);
_PAGE_NX          213 arch/x86/include/asm/pgtable.h 	return pte_clear_flags(pte, _PAGE_NX);
_PAGE_NX          139 arch/x86/include/asm/pgtable_types.h 				 _PAGE_ACCESSED | _PAGE_NX)
_PAGE_NX          144 arch/x86/include/asm/pgtable_types.h 					 _PAGE_ACCESSED | _PAGE_NX)
_PAGE_NX          149 arch/x86/include/asm/pgtable_types.h 					 _PAGE_ACCESSED | _PAGE_NX)
_PAGE_NX          155 arch/x86/include/asm/pgtable_types.h #define __PAGE_KERNEL		(__PAGE_KERNEL_EXEC | _PAGE_NX)