Home
last modified time | relevance | path

Searched refs:nr_sptes (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/arch/x86/kvm/
Dmmu.c4844 int nr_sptes = 0; in kvm_mmu_get_spte_hierarchy() local
4847 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()
Dvmx.c5859 int nr_sptes, i, ret; in handle_ept_misconfig() local
5883 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()