_PFNX_MASK        165 arch/mips/include/asm/pgtable-32.h 				(pgprot_val(prot) & ~_PFNX_MASK);
_PFNX_MASK        450 arch/mips/include/asm/pgtable.h 	pte.pte_low  &= (_PAGE_MODIFIED | _PAGE_ACCESSED | _PFNX_MASK);
_PFNX_MASK        452 arch/mips/include/asm/pgtable.h 	pte.pte_low  |= pgprot_val(newprot) & ~_PFNX_MASK;
_PFNX_MASK        120 arch/mips/mm/init.c 		entrylo = (pte.pte_low & _PFNX_MASK);
_PFNX_MASK        352 arch/mips/mm/tlb-r4k.c 			writex_c0_entrylo0(ptep->pte_low & _PFNX_MASK);
_PFNX_MASK        356 arch/mips/mm/tlb-r4k.c 			writex_c0_entrylo1(ptep->pte_low & _PFNX_MASK);