Home
last modified time | relevance | path

Searched refs:mirror_root_hpa (Results 1 – 3 of 3) sorted by relevance

/linux/arch/x86/kvm/mmu/
H A Dtdp_mmu.h52 return root_to_sp(vcpu->arch.mmu->mirror_root_hpa); in tdp_mmu_get_root_for_fault()
61 return root_to_sp(vcpu->arch.mmu->mirror_root_hpa); in tdp_mmu_get_root()
H A Dmmu.c3949 !VALID_PAGE(mmu->mirror_root_hpa)) in mmu_alloc_direct_roots()
6660 mmu->mirror_root_hpa = INVALID_PAGE; in __kvm_mmu_create()
7649 mmu_free_root_page(vcpu->kvm, &vcpu->arch.mmu->mirror_root_hpa, in kvm_mmu_destroy()
/linux/arch/x86/include/asm/
H A Dkvm_host.h476 hpa_t mirror_root_hpa; member