Searched refs:__handle_changed_spte (Results 1 – 1 of 1) sorted by relevance
/linux-6.1.9/arch/x86/kvm/mmu/ |
D | tdp_mmu.c | 526 static void __handle_changed_spte(struct kvm *kvm, int as_id, gfn_t gfn, in __handle_changed_spte() function 618 __handle_changed_spte(kvm, as_id, gfn, old_spte, new_spte, level, in handle_changed_spte() 665 __handle_changed_spte(kvm, iter->as_id, iter->gfn, iter->old_spte, in tdp_mmu_set_spte_atomic() 743 __handle_changed_spte(kvm, as_id, gfn, old_spte, new_spte, level, false); in __tdp_mmu_set_spte()
|