Home
last modified time | relevance | path

Searched refs:sptes (Results 1 – 3 of 3) sorted by relevance

/arch/x86/kvm/
Dmmu.h53 int kvm_mmu_get_spte_hierarchy(struct kvm_vcpu *vcpu, u64 addr, u64 sptes[4]);
Dmmu.c157 u64 *sptes[PTE_LIST_EXT]; member
871 desc->sptes[0] = (u64 *)*pte_list; in pte_list_add()
872 desc->sptes[1] = spte; in pte_list_add()
878 while (desc->sptes[PTE_LIST_EXT-1] && desc->more) { in pte_list_add()
882 if (desc->sptes[PTE_LIST_EXT-1]) { in pte_list_add()
886 for (i = 0; desc->sptes[i]; ++i) in pte_list_add()
888 desc->sptes[i] = spte; in pte_list_add()
899 for (j = PTE_LIST_EXT - 1; !desc->sptes[j] && j > i; --j) in pte_list_desc_remove_entry()
901 desc->sptes[i] = desc->sptes[j]; in pte_list_desc_remove_entry()
902 desc->sptes[j] = NULL; in pte_list_desc_remove_entry()
[all …]
Dvmx.c5362 u64 sptes[4]; in handle_ept_misconfig() local
5379 nr_sptes = kvm_mmu_get_spte_hierarchy(vcpu, gpa, sptes); in handle_ept_misconfig()
5382 ept_misconfig_inspect_spte(vcpu, sptes[i-1], i); in handle_ept_misconfig()