_PTE_NONE_MASK    225 arch/microblaze/include/asm/pgtable.h #ifndef _PTE_NONE_MASK
_PTE_NONE_MASK    296 arch/microblaze/include/asm/pgtable.h #define pte_none(pte)		((pte_val(pte) & ~_PTE_NONE_MASK) == 0)
_PTE_NONE_MASK    387 arch/powerpc/include/asm/book3s/32/pgtable.h static inline int pte_none(pte_t pte)		{ return (pte_val(pte) & ~_PTE_NONE_MASK) == 0; }
_PTE_NONE_MASK     51 arch/powerpc/include/asm/nohash/pgtable.h static inline int pte_none(pte_t pte)		{ return (pte_val(pte) & ~_PTE_NONE_MASK) == 0; }