Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/x86/kvm/mmu/
Dmmu.c3197 mmu->root_pgd = 0; in kvm_mmu_free_roots()
3269 vcpu->arch.mmu->root_pgd = 0; in mmu_alloc_direct_roots()
3277 gfn_t root_gfn, root_pgd; in mmu_alloc_shadow_roots() local
3281 root_pgd = vcpu->arch.mmu->get_guest_pgd(vcpu); in mmu_alloc_shadow_roots()
3282 root_gfn = root_pgd >> PAGE_SHIFT; in mmu_alloc_shadow_roots()
3370 vcpu->arch.mmu->root_pgd = root_pgd; in mmu_alloc_shadow_roots()
3854 root.pgd = mmu->root_pgd; in cached_root_available()
3868 mmu->root_pgd = root.pgd; in cached_root_available()
5314 mmu->root_pgd = 0; in __kvm_mmu_create()
/kernel/linux/linux-5.10/arch/x86/include/asm/
Dkvm_host.h363 gpa_t root_pgd; member
/kernel/linux/linux-5.10/arch/x86/kvm/vmx/
Dnested.c5458 if (nested_ept_root_matches(mmu->root_hpa, mmu->root_pgd, in handle_invept()