Home
last modified time | relevance | path

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

/Linux-v5.4/Documentation/virt/kvm/
Dmmu.txt106 shadow page contains 512 sptes, which can be either leaf or nonleaf sptes. A
107 shadow page may contain a mix of leaf and nonleaf sptes.
134 1=4k sptes, 2=2M sptes, 3=1G sptes, etc.
136 If set, leaf sptes reachable from this page are for a linear range.
146 sptes. That means a guest page table contains more ptes than the host,
150 page tables, each 32-bit gpte is converted to two 64-bit sptes
193 A pageful of 64-bit sptes containing the translations for this page.
197 sptes in spt point either at guest pages, or at lower-level shadow pages.
215 sptes pointing at this page and (parent_ptes & ~0x1) points at a data
216 structure with a list of parent sptes.
[all …]
/Linux-v5.4/arch/x86/kvm/
Dmmu.c206 u64 *sptes[PTE_LIST_EXT]; member
1377 desc->sptes[0] = (u64 *)rmap_head->val; in pte_list_add()
1378 desc->sptes[1] = spte; in pte_list_add()
1384 while (desc->sptes[PTE_LIST_EXT-1] && desc->more) { in pte_list_add()
1388 if (desc->sptes[PTE_LIST_EXT-1]) { in pte_list_add()
1392 for (i = 0; desc->sptes[i]; ++i) in pte_list_add()
1394 desc->sptes[i] = spte; in pte_list_add()
1406 for (j = PTE_LIST_EXT - 1; !desc->sptes[j] && j > i; --j) in pte_list_desc_remove_entry()
1408 desc->sptes[i] = desc->sptes[j]; in pte_list_desc_remove_entry()
1409 desc->sptes[j] = NULL; in pte_list_desc_remove_entry()
[all …]