Home
last modified time | relevance | path

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

/openbmc/linux/Documentation/virt/kvm/x86/
H A 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
213 A pageful of 64-bit sptes containing the translations for this page.
217 sptes in spt point either at guest pages, or at lower-level shadow pages.
235 sptes pointing at this page and (parent_ptes & ~0x1) points at a data
236 structure with a list of parent sptes.
[all …]
/openbmc/linux/arch/x86/kvm/mmu/
H A Dtdp_mmu.h67 int kvm_tdp_mmu_get_walk(struct kvm_vcpu *vcpu, u64 addr, u64 *sptes,
H A Dmmu.c152 u64 *sptes[PTE_LIST_EXT]; member
937 desc->sptes[0] = (u64 *)rmap_head->val; in pte_list_add()
938 desc->sptes[1] = spte; in pte_list_add()
958 desc->sptes[desc->spte_count++] = spte; in pte_list_add()
982 desc->sptes[i] = head_desc->sptes[j]; in pte_list_desc_remove_entry()
983 head_desc->sptes[j] = NULL; in pte_list_desc_remove_entry()
1018 if (desc->sptes[i] == spte) { in pte_list_remove()
1057 mmu_spte_clear_track_bits(kvm, desc->sptes[i]); in kvm_zap_all_rmap_sptes()
1146 sptep = iter->desc->sptes[iter->pos]; in rmap_get_first()
1164 sptep = iter->desc->sptes[iter->pos]; in rmap_get_next()
[all …]
H A Dtdp_mmu.c1775 int kvm_tdp_mmu_get_walk(struct kvm_vcpu *vcpu, u64 addr, u64 *sptes, in kvm_tdp_mmu_get_walk() argument
1787 sptes[leaf] = iter.old_spte; in kvm_tdp_mmu_get_walk()