Searched refs:pml4_root (Results 1 - 2 of 2) sorted by relevance

/linux-master/arch/x86/kvm/mmu/
H A Dmmu.c3874 if (WARN_ON_ONCE(!mmu->pml4_root)) {
3878 mmu->pml4_root[0] = __pa(mmu->pae_root) | pm_mask;
3885 mmu->pml5_root[0] = __pa(mmu->pml4_root) | pm_mask;
3915 mmu->root.hpa = __pa(mmu->pml4_root);
3932 u64 *pml4_root = NULL; local
3953 if (mmu->pae_root && mmu->pml4_root && (!need_pml5 || mmu->pml5_root))
3960 if (WARN_ON_ONCE(!tdp_enabled || mmu->pae_root || mmu->pml4_root ||
3973 pml4_root = (void *)get_zeroed_page(GFP_KERNEL_ACCOUNT);
3974 if (!pml4_root)
3985 mmu->pml4_root
[all...]
/linux-master/arch/x86/include/asm/
H A Dkvm_host.h479 u64 *pml4_root; member in struct:kvm_mmu

Completed in 122 milliseconds