Searched refs:tdp_mmu_set_spte_atomic (Results 1 – 1 of 1) sorted by relevance
/linux-6.1.9/arch/x86/kvm/mmu/ |
D | tdp_mmu.c | 642 static inline int tdp_mmu_set_spte_atomic(struct kvm *kvm, in tdp_mmu_set_spte_atomic() function 683 ret = tdp_mmu_set_spte_atomic(kvm, iter, REMOVED_SPTE); in tdp_mmu_zap_spte_atomic() 875 else if (tdp_mmu_set_spte_atomic(kvm, &iter, 0)) in __tdp_mmu_zap_root() 1081 else if (tdp_mmu_set_spte_atomic(vcpu->kvm, iter, new_spte)) in tdp_mmu_map_handle_target_level() 1134 ret = tdp_mmu_set_spte_atomic(kvm, iter, spte); in tdp_mmu_link_sp() 1387 if (tdp_mmu_set_spte_atomic(kvm, &iter, new_spte)) in wrprot_gfn_range() 1637 if (tdp_mmu_set_spte_atomic(kvm, &iter, new_spte)) in clear_dirty_gfn_range()
|