Searched refs:nr_sptes (Results 1 – 2 of 2) sorted by relevance
4844 int nr_sptes = 0; in kvm_mmu_get_spte_hierarchy() local4847 return nr_sptes; in kvm_mmu_get_spte_hierarchy()4852 nr_sptes++; in kvm_mmu_get_spte_hierarchy()4858 return nr_sptes; in kvm_mmu_get_spte_hierarchy()
5859 int nr_sptes, i, ret; in handle_ept_misconfig() local5883 nr_sptes = kvm_mmu_get_spte_hierarchy(vcpu, gpa, sptes); in handle_ept_misconfig()5885 for (i = PT64_ROOT_LEVEL; i > PT64_ROOT_LEVEL - nr_sptes; --i) in handle_ept_misconfig()