tdp_mmu_set_spte_atomic
else if (tdp_mmu_set_spte_atomic(vcpu->kvm, iter, new_spte))
ret = tdp_mmu_set_spte_atomic(kvm, iter, spte);
if (tdp_mmu_set_spte_atomic(kvm, &iter, new_spte))
if (tdp_mmu_set_spte_atomic(kvm, &iter, iter.old_spte & ~dbit))
if (tdp_mmu_set_spte_atomic(kvm, &iter, huge_spte))
else if (tdp_mmu_set_spte_atomic(kvm, &iter, SHADOW_NONPRESENT_VALUE))
if (tdp_mmu_set_spte_atomic(kvm, &iter, SHADOW_NONPRESENT_VALUE)) {