Searched refs:lm_root (Results 1 – 2 of 2) sorted by relevance
2800 if (vcpu->arch.mmu.lm_root == NULL) { in mmu_alloc_shadow_roots()2806 u64 *lm_root; in mmu_alloc_shadow_roots() local2808 lm_root = (void*)get_zeroed_page(GFP_KERNEL); in mmu_alloc_shadow_roots()2809 if (lm_root == NULL) in mmu_alloc_shadow_roots()2812 lm_root[0] = __pa(vcpu->arch.mmu.pae_root) | pm_mask; in mmu_alloc_shadow_roots()2814 vcpu->arch.mmu.lm_root = lm_root; in mmu_alloc_shadow_roots()2817 vcpu->arch.mmu.root_hpa = __pa(vcpu->arch.mmu.lm_root); in mmu_alloc_shadow_roots()3790 if (vcpu->arch.mmu.lm_root != NULL) in free_mmu_pages()3791 free_page((unsigned long)vcpu->arch.mmu.lm_root); in free_mmu_pages()
281 u64 *lm_root; member