Searched refs:tdp_mmu_set_spte_atomic (Results 1 – 1 of 1) sorted by relevance
/linux/arch/x86/kvm/mmu/ |
H A D | tdp_mmu.c | 568 static inline int __must_check tdp_mmu_set_spte_atomic(struct kvm *kvm, in tdp_mmu_set_spte_atomic() function 724 else if (tdp_mmu_set_spte_atomic(kvm, &iter, SHADOW_NONPRESENT_VALUE)) in __tdp_mmu_zap_root() 1002 else if (tdp_mmu_set_spte_atomic(vcpu->kvm, iter, new_spte)) in tdp_mmu_map_handle_target_level() 1050 ret = tdp_mmu_set_spte_atomic(kvm, iter, spte); in tdp_mmu_link_sp() 1262 if (tdp_mmu_set_spte_atomic(kvm, &iter, new_spte)) in wrprot_gfn_range() 1482 if (tdp_mmu_set_spte_atomic(kvm, &iter, iter.old_spte & ~dbit)) in clear_dirty_gfn_range() 1642 if (tdp_mmu_set_spte_atomic(kvm, &iter, huge_spte)) in recover_huge_pages_range()
|