Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/x86/kvm/mmu/
H A Dmmu.c3354 if (vcpu->arch.mmu->lm_root == NULL) { in mmu_alloc_shadow_roots()
3355 u64 *lm_root; in mmu_alloc_shadow_roots() local
3357 lm_root = (void*)get_zeroed_page(GFP_KERNEL_ACCOUNT); in mmu_alloc_shadow_roots()
3358 if (!lm_root) in mmu_alloc_shadow_roots()
3361 lm_root[0] = __pa(vcpu->arch.mmu->pae_root) | pm_mask; in mmu_alloc_shadow_roots()
3363 vcpu->arch.mmu->lm_root = lm_root; in mmu_alloc_shadow_roots()
3366 vcpu->arch.mmu->root_hpa = __pa(vcpu->arch.mmu->lm_root); in mmu_alloc_shadow_roots()
5305 free_page((unsigned long)mmu->lm_root); in free_mmu_pages()
/OK3568_Linux_fs/kernel/arch/x86/include/asm/
H A Dkvm_host.h387 u64 *lm_root; member