Lines Matching defs:lm_root
3314 * need to be in low mem. See also lm_root below.
3354 if (vcpu->arch.mmu->lm_root == NULL) {
3355 u64 *lm_root;
3357 lm_root = (void*)get_zeroed_page(GFP_KERNEL_ACCOUNT);
3358 if (!lm_root)
3361 lm_root[0] = __pa(vcpu->arch.mmu->pae_root) | pm_mask;
3363 vcpu->arch.mmu->lm_root = lm_root;
3366 vcpu->arch.mmu->root_hpa = __pa(vcpu->arch.mmu->lm_root);
5305 free_page((unsigned long)mmu->lm_root);