Home
last modified time | relevance | path

Searched refs:pteh_low (Results 1 – 1 of 1) sorted by relevance

/linux-4.1.27/arch/sh/mm/
Dtlbflush_64.c83 unsigned long long match, pteh=0, pteh_epn, pteh_low; in local_flush_tlb_range() local
106 pteh_low = pteh & ~PAGE_MASK; in local_flush_tlb_range()
108 if (pteh_low == match && pteh_epn >= start && pteh_epn <= end) in local_flush_tlb_range()
119 pteh_low = pteh & ~PAGE_MASK; in local_flush_tlb_range()
121 if (pteh_low == match && pteh_epn >= start && pteh_epn <= end) in local_flush_tlb_range()