Lines Matching refs:pteh
33 unsigned long long match, pteh=0, lpage; in local_flush_tlb_one() local
45 : "=r" (pteh) in local_flush_tlb_one()
48 if (pteh == match) { in local_flush_tlb_one()
56 : "=r" (pteh) in local_flush_tlb_one()
59 if (pteh == match) { in local_flush_tlb_one()
83 unsigned long long match, pteh=0, pteh_epn, pteh_low; in local_flush_tlb_range() local
102 : "=r" (pteh) in local_flush_tlb_range()
105 pteh_epn = pteh & PAGE_MASK; in local_flush_tlb_range()
106 pteh_low = pteh & ~PAGE_MASK; in local_flush_tlb_range()
115 : "=r" (pteh) in local_flush_tlb_range()
118 pteh_epn = pteh & PAGE_MASK; in local_flush_tlb_range()
119 pteh_low = pteh & ~PAGE_MASK; in local_flush_tlb_range()