Home
last modified time | relevance | path

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

/linux-6.3-rc2/arch/x86/kvm/mmu/
A Dmmu.c3796 if (WARN_ON_ONCE(!mmu->pml5_root)) { in mmu_alloc_shadow_roots()
3800 mmu->pml5_root[0] = __pa(mmu->pml4_root) | pm_mask; in mmu_alloc_shadow_roots()
3828 mmu->root.hpa = __pa(mmu->pml5_root); in mmu_alloc_shadow_roots()
3846 u64 *pml5_root = NULL; in mmu_alloc_special_roots() local
3868 if (mmu->pae_root && mmu->pml4_root && (!need_pml5 || mmu->pml5_root)) in mmu_alloc_special_roots()
3876 (need_pml5 && mmu->pml5_root))) in mmu_alloc_special_roots()
3893 pml5_root = (void *)get_zeroed_page(GFP_KERNEL_ACCOUNT); in mmu_alloc_special_roots()
3894 if (!pml5_root) in mmu_alloc_special_roots()
3901 mmu->pml5_root = pml5_root; in mmu_alloc_special_roots()
5873 free_page((unsigned long)mmu->pml5_root); in free_mmu_pages()
/linux-6.3-rc2/arch/x86/include/asm/
A Dkvm_host.h468 u64 *pml5_root; member

Completed in 25 milliseconds