Home
last modified time | relevance | path

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

/linux-2.6.39/arch/x86/include/asm/
Dkvm_host.h192 struct kvm_mmu_page { struct
201 union kvm_mmu_page_role role; argument
203 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 {