Home
last modified time | relevance | path

Searched defs:kvm_mmu_page (Results 1 – 1 of 1) sorted by relevance

/linux-3.3/arch/x86/include/asm/
Dkvm_host.h217 struct kvm_mmu_page { struct
226 union kvm_mmu_page_role role; argument
228 u64 *spt;
230 gfn_t *gfns;
236 bool unsync;
237 int root_count; /* Currently serving as active root */
238 unsigned int unsync_children;
239 unsigned long parent_ptes; /* Reverse mapping for parent_pte */
243 int clear_spte_count;
246 int write_flooding_count;
[all …]