Home
last modified time | relevance | path

Searched refs:pteh_epn (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
105 pteh_epn = pteh & PAGE_MASK; in local_flush_tlb_range()
108 if (pteh_low == match && pteh_epn >= start && pteh_epn <= end) in local_flush_tlb_range()
118 pteh_epn = pteh & PAGE_MASK; in local_flush_tlb_range()
121 if (pteh_low == match && pteh_epn >= start && pteh_epn <= end) in local_flush_tlb_range()