Searched refs:tdp_mmu_set_spte_atomic (Results 1 - 1 of 1) sorted by relevance
/kernel/linux/linux-6.6/arch/x86/kvm/mmu/ |
H A D | tdp_mmu.c | 512 * tdp_mmu_set_spte_atomic - Set a TDP MMU SPTE atomically 528 static inline int tdp_mmu_set_spte_atomic(struct kvm *kvm, in tdp_mmu_set_spte_atomic() function 549 * retries tdp_mmu_set_spte_atomic() in tdp_mmu_set_spte_atomic() 571 ret = tdp_mmu_set_spte_atomic(kvm, iter, REMOVED_SPTE); in tdp_mmu_zap_spte_atomic() 579 * wait on the MMU lock or use tdp_mmu_set_spte_atomic() which will not in tdp_mmu_zap_spte_atomic() 611 * If operating under the MMU lock in read mode, tdp_mmu_set_spte_atomic in tdp_mmu_set_spte() 722 else if (tdp_mmu_set_spte_atomic(kvm, &iter, 0)) in __tdp_mmu_zap_root() 973 else if (tdp_mmu_set_spte_atomic(vcpu->kvm, iter, new_spte)) in tdp_mmu_map_handle_target_level() 1022 ret = tdp_mmu_set_spte_atomic(kvm, iter, spte); in tdp_mmu_link_sp() 1294 if (tdp_mmu_set_spte_atomic(kv in wrprot_gfn_range() [all...] |
Completed in 2 milliseconds