Searched refs:sptes (Results 1 – 3 of 3) sorted by relevance
/linux/Documentation/virt/kvm/x86/ |
H A D | mmu.rst | 122 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/arch/x86/kvm/mmu/ |
H A D | mmu.c | 152 u64 *sptes[PTE_LIST_EXT]; member 874 desc->sptes[0] = (u64 *)rmap_head->val; in pte_list_add() 875 desc->sptes[1] = spte; in pte_list_add() 895 desc->sptes[desc->spte_count++] = spte; in pte_list_add() 919 desc->sptes[i] = head_desc->sptes[j]; in pte_list_desc_remove_entry() 920 head_desc->sptes[j] = NULL; in pte_list_desc_remove_entry() 955 if (desc->sptes[i] == spte) { in pte_list_remove() 994 mmu_spte_clear_track_bits(kvm, desc->sptes[i]); in kvm_zap_all_rmap_sptes() 1083 sptep = iter->desc->sptes[iter->pos]; in rmap_get_first() 1101 sptep = iter->desc->sptes[iter->pos]; in rmap_get_next() [all …]
|
H A D | tdp_mmu.c | 1897 int kvm_tdp_mmu_get_walk(struct kvm_vcpu *vcpu, u64 addr, u64 *sptes, in kvm_tdp_mmu_get_walk() argument 1909 sptes[leaf] = iter.old_spte; in kvm_tdp_mmu_get_walk()
|