Lines Matching refs:pteh
322 unsigned long long match, pteh=0, lpage; in local_flush_tlb_one() local
334 : "=r" (pteh) in local_flush_tlb_one()
337 if (pteh == match) { in local_flush_tlb_one()
345 : "=r" (pteh) in local_flush_tlb_one()
348 if (pteh == match) { in local_flush_tlb_one()
372 unsigned long long match, pteh=0, pteh_epn, pteh_low; in local_flush_tlb_range() local
391 : "=r" (pteh) in local_flush_tlb_range()
394 pteh_epn = pteh & PAGE_MASK; in local_flush_tlb_range()
395 pteh_low = pteh & ~PAGE_MASK; in local_flush_tlb_range()
404 : "=r" (pteh) in local_flush_tlb_range()
407 pteh_epn = pteh & PAGE_MASK; in local_flush_tlb_range()
408 pteh_low = pteh & ~PAGE_MASK; in local_flush_tlb_range()