Home
last modified time | relevance | path

Searched refs:lm_root (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/arch/x86/kvm/
Dmmu.c3660 if (vcpu->arch.mmu.lm_root == NULL) { in mmu_alloc_shadow_roots()
3666 u64 *lm_root; in mmu_alloc_shadow_roots() local
3668 lm_root = (void*)get_zeroed_page(GFP_KERNEL); in mmu_alloc_shadow_roots()
3669 if (lm_root == NULL) in mmu_alloc_shadow_roots()
3672 lm_root[0] = __pa(vcpu->arch.mmu.pae_root) | pm_mask; in mmu_alloc_shadow_roots()
3674 vcpu->arch.mmu.lm_root = lm_root; in mmu_alloc_shadow_roots()
3677 vcpu->arch.mmu.root_hpa = __pa(vcpu->arch.mmu.lm_root); in mmu_alloc_shadow_roots()
5390 free_page((unsigned long)vcpu->arch.mmu.lm_root); in free_mmu_pages()
/Linux-v4.19/arch/x86/include/asm/
Dkvm_host.h386 u64 *lm_root; member