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

/linux-master/arch/x86/kvm/mmu/
H A Dmmu.c3881 if (WARN_ON_ONCE(!mmu->pml5_root)) {
3885 mmu->pml5_root[0] = __pa(mmu->pml4_root) | pm_mask;
3913 mmu->root.hpa = __pa(mmu->pml5_root);
3931 u64 *pml5_root = NULL; local
3949 * all MMus are 5-level. Thus, this can safely require that pml5_root
3953 if (mmu->pae_root && mmu->pml4_root && (!need_pml5 || mmu->pml5_root))
3961 (need_pml5 && mmu->pml5_root)))
3978 pml5_root = (void *)get_zeroed_page(GFP_KERNEL_ACCOUNT);
3979 if (!pml5_root)
3986 mmu->pml5_root
[all...]
/linux-master/arch/x86/include/asm/
H A Dkvm_host.h480 u64 *pml5_root; member in struct:kvm_mmu

Completed in 129 milliseconds