Searched defs:kvm_mmu_page (Results 1 – 1 of 1) sorted by relevance
217 struct kvm_mmu_page { struct226 union kvm_mmu_page_role role; argument228 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 …]