Searched defs:kvm_mmu_page (Results 1 – 1 of 1) sorted by relevance
192 struct kvm_mmu_page { struct201 union kvm_mmu_page_role role; argument203 u64 *spt;205 gfn_t *gfns;211 bool multimapped; /* More than one parent_pte? */212 bool unsync;213 int root_count; /* Currently serving as active root */214 unsigned int unsync_children;215 union {