Home
last modified time | relevance | path

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

/arch/x86/kvm/mmu/
A Dmmu.c4064 if (WARN_ON_ONCE(!mmu->pml4_root)) { in mmu_alloc_shadow_roots()
4068 mmu->pml4_root[0] = __pa(mmu->pae_root) | pm_mask; in mmu_alloc_shadow_roots()
4075 mmu->pml5_root[0] = __pa(mmu->pml4_root) | pm_mask; in mmu_alloc_shadow_roots()
4105 mmu->root.hpa = __pa(mmu->pml4_root); in mmu_alloc_shadow_roots()
4122 u64 *pml4_root = NULL; in mmu_alloc_special_roots() local
4150 if (WARN_ON_ONCE(!tdp_enabled || mmu->pae_root || mmu->pml4_root || in mmu_alloc_special_roots()
4163 pml4_root = (void *)get_zeroed_page(GFP_KERNEL_ACCOUNT); in mmu_alloc_special_roots()
4164 if (!pml4_root) in mmu_alloc_special_roots()
4175 mmu->pml4_root = pml4_root; in mmu_alloc_special_roots()
4182 free_page((unsigned long)pml4_root); in mmu_alloc_special_roots()
[all …]
/arch/x86/include/asm/
A Dkvm_host.h488 u64 *pml4_root; member

Completed in 27 milliseconds