Home
last modified time | relevance | path

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

/linux-6.15/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 Dtdp_mmu.c316 mmu->mirror_root_hpa = __pa(root->spt); in kvm_tdp_mmu_alloc_root()
H A Dmmu.c3841 !VALID_PAGE(mmu->mirror_root_hpa)) in mmu_alloc_direct_roots()
6473 mmu->mirror_root_hpa = INVALID_PAGE; in __kvm_mmu_create()
7442 mmu_free_root_page(vcpu->kvm, &vcpu->arch.mmu->mirror_root_hpa, in kvm_mmu_destroy()
/linux-6.15/arch/x86/include/asm/
H A Dkvm_host.h464 hpa_t mirror_root_hpa; member