Home
last modified time | relevance | path

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

/linux-6.12.1/Documentation/virt/kvm/x86/
Dmmu.rst122 shadow page contains 512 sptes, which can be either leaf or nonleaf sptes. A
123 shadow page may contain a mix of leaf and nonleaf sptes.
153 1=4k sptes, 2=2M sptes, 3=1G sptes, etc.
155 If set, leaf sptes reachable from this page are for a linear range.
165 sptes. That means a guest page table contains more ptes than the host,
169 page tables, each 32-bit gpte is converted to two 64-bit sptes
225 A pageful of 64-bit sptes containing the translations for this page.
229 sptes in spt point either at guest pages, or at lower-level shadow pages.
253 sptes pointing at this page and (parent_ptes & ~0x1) points at a data
254 structure with a list of parent sptes.
[all …]
/linux-6.12.1/arch/x86/kvm/mmu/
Dtdp_mmu.h65 int kvm_tdp_mmu_get_walk(struct kvm_vcpu *vcpu, u64 addr, u64 *sptes,
Dmmu.c152 u64 *sptes[PTE_LIST_EXT]; member
930 desc->sptes[0] = (u64 *)rmap_head->val; in pte_list_add()
931 desc->sptes[1] = spte; in pte_list_add()
951 desc->sptes[desc->spte_count++] = spte; in pte_list_add()
975 desc->sptes[i] = head_desc->sptes[j]; in pte_list_desc_remove_entry()
976 head_desc->sptes[j] = NULL; in pte_list_desc_remove_entry()
1011 if (desc->sptes[i] == spte) { in pte_list_remove()
1050 mmu_spte_clear_track_bits(kvm, desc->sptes[i]); in kvm_zap_all_rmap_sptes()
1139 sptep = iter->desc->sptes[iter->pos]; in rmap_get_first()
1157 sptep = iter->desc->sptes[iter->pos]; in rmap_get_next()
[all …]
Dtdp_mmu.c1744 int kvm_tdp_mmu_get_walk(struct kvm_vcpu *vcpu, u64 addr, u64 *sptes, in kvm_tdp_mmu_get_walk() argument
1756 sptes[leaf] = iter.old_spte; in kvm_tdp_mmu_get_walk()