pte_to_entrylo    102 arch/mips/mm/init.c 	entrylo = pte_to_entrylo(pte.pte_high);
pte_to_entrylo    106 arch/mips/mm/init.c 	entrylo = pte_to_entrylo(pte_val(pte));
pte_to_entrylo    332 arch/mips/mm/tlb-r4k.c 		lo = pte_to_entrylo(pte_val(*ptep));
pte_to_entrylo    350 arch/mips/mm/tlb-r4k.c 		write_c0_entrylo0(pte_to_entrylo(ptep->pte_high));
pte_to_entrylo    354 arch/mips/mm/tlb-r4k.c 		write_c0_entrylo1(pte_to_entrylo(ptep->pte_high));
pte_to_entrylo    363 arch/mips/mm/tlb-r4k.c 		write_c0_entrylo0(pte_to_entrylo(pte_val(*ptep++)));
pte_to_entrylo    364 arch/mips/mm/tlb-r4k.c 		write_c0_entrylo1(pte_to_entrylo(pte_val(*ptep)));