Searched refs:__npte (Results 1 – 1 of 1) sorted by relevance
1367 u64 __pte, __npte; in alloc_pte() local1376 __npte = PM_LEVEL_PDE(level, iommu_virt_to_phys(page)); in alloc_pte()1379 if (cmpxchg64(pte, __pte, __npte) != __pte) { in alloc_pte()