Searched defs:kvm_mmu (Results 1 – 2 of 2) sorted by relevance
464 struct kvm_mmu { struct470 gpa_t (*gva_to_gpa)(struct kvm_vcpu *vcpu, struct kvm_mmu *mmu, argument474 struct kvm_mmu_page *sp, int i); argument475 struct kvm_mmu_root_info root; argument478 union kvm_mmu_page_role root_role; argument488 struct kvm_mmu_root_info prev_roots[KVM_MMU_NUM_PREV_ROOTS]; argument495 u8 permissions[16];497 u64 *pae_root;498 u64 *pml4_root;499 u64 *pml5_root;[all …]
91 struct kvm_mmu { struct96 struct kvm_mmu_arch arch; argument