Searched refs:tdp_mmu_iter_set_spte (Results 1 – 1 of 1) sorted by relevance
/linux/arch/x86/kvm/mmu/ |
H A D | tdp_mmu.c | 669 static inline void tdp_mmu_iter_set_spte(struct kvm *kvm, struct tdp_iter *iter, in tdp_mmu_iter_set_spte() function 767 tdp_mmu_iter_set_spte(kvm, &iter, SHADOW_NONPRESENT_VALUE); in __tdp_mmu_zap_root() 870 tdp_mmu_iter_set_spte(kvm, &iter, SHADOW_NONPRESENT_VALUE); in tdp_mmu_zap_leafs() 1089 tdp_mmu_iter_set_spte(kvm, iter, spte); in tdp_mmu_link_sp() 1710 tdp_mmu_iter_set_spte(kvm, &iter, new_spte); in write_protect_gfn()
|