_PAGE_NUMA        461 arch/x86/include/asm/pgtable.h 			       _PAGE_NUMA);
_PAGE_NUMA        476 arch/x86/include/asm/pgtable.h 	if ((pte_flags(a) & (_PAGE_PROTNONE | _PAGE_NUMA)) &&
_PAGE_NUMA        497 arch/x86/include/asm/pgtable.h 				 _PAGE_NUMA);
_PAGE_NUMA        558 arch/x86/include/asm/pgtable.h 	if ((pmd_flags(pmd) & (_PAGE_NUMA|_PAGE_PRESENT)) == _PAGE_NUMA)
_PAGE_NUMA        128 arch/x86/include/asm/pgtable_types.h 			 _PAGE_SOFT_DIRTY | _PAGE_NUMA)
_PAGE_NUMA        129 arch/x86/include/asm/pgtable_types.h #define _HPAGE_CHG_MASK (_PAGE_CHG_MASK | _PAGE_PSE | _PAGE_NUMA)
_PAGE_NUMA        329 arch/x86/include/asm/pgtable_types.h #define _PAGE_NUMA_MASK (_PAGE_NUMA|_PAGE_PROTNONE|_PAGE_PRESENT)
_PAGE_NUMA        695 include/asm-generic/pgtable.h 	return ptenuma_flags(pte) == _PAGE_NUMA;
_PAGE_NUMA        702 include/asm-generic/pgtable.h 	return pmdnuma_flags(pmd) == _PAGE_NUMA;
_PAGE_NUMA        719 include/asm-generic/pgtable.h 	val &= ~_PAGE_NUMA;
_PAGE_NUMA        730 include/asm-generic/pgtable.h 	val &= ~_PAGE_NUMA;
_PAGE_NUMA        745 include/asm-generic/pgtable.h 	val |= _PAGE_NUMA;
_PAGE_NUMA        769 include/asm-generic/pgtable.h 	val |= _PAGE_NUMA;