pteh_low           83 arch/sh/mm/tlbflush_64.c 	unsigned long long match, pteh=0, pteh_epn, pteh_low;
pteh_low          106 arch/sh/mm/tlbflush_64.c 		pteh_low = pteh & ~PAGE_MASK;
pteh_low          108 arch/sh/mm/tlbflush_64.c 		if (pteh_low == match && pteh_epn >= start && pteh_epn <= end)
pteh_low          119 arch/sh/mm/tlbflush_64.c 		pteh_low = pteh & ~PAGE_MASK;
pteh_low          121 arch/sh/mm/tlbflush_64.c 		if (pteh_low == match && pteh_epn >= start && pteh_epn <= end)