Searched refs:kvm_mmu_get_spte_hierarchy (Results 1 – 3 of 3) sorted by relevance
51 int kvm_mmu_get_spte_hierarchy(struct kvm_vcpu *vcpu, u64 addr, u64 sptes[4]);
3996 int kvm_mmu_get_spte_hierarchy(struct kvm_vcpu *vcpu, u64 addr, u64 sptes[4]) in kvm_mmu_get_spte_hierarchy() function4013 EXPORT_SYMBOL_GPL(kvm_mmu_get_spte_hierarchy);
4841 nr_sptes = kvm_mmu_get_spte_hierarchy(vcpu, gpa, sptes); in handle_ept_misconfig()