• Home
  • Raw
  • Download

Lines Matching refs:root_hpa

1986 	iterator->shadow_addr = vcpu->arch.mmu.root_hpa;  in shadow_walk_init()
2643 if (!VALID_PAGE(vcpu->arch.mmu.root_hpa)) in __direct_map()
2818 if (!VALID_PAGE(vcpu->arch.mmu.root_hpa)) in fast_page_fault()
2954 if (!VALID_PAGE(vcpu->arch.mmu.root_hpa)) in mmu_free_roots()
2960 hpa_t root = vcpu->arch.mmu.root_hpa; in mmu_free_roots()
2970 vcpu->arch.mmu.root_hpa = INVALID_PAGE; in mmu_free_roots()
2990 vcpu->arch.mmu.root_hpa = INVALID_PAGE; in mmu_free_roots()
3017 vcpu->arch.mmu.root_hpa = __pa(sp->spt); in mmu_alloc_direct_roots()
3034 vcpu->arch.mmu.root_hpa = __pa(vcpu->arch.mmu.pae_root); in mmu_alloc_direct_roots()
3058 hpa_t root = vcpu->arch.mmu.root_hpa; in mmu_alloc_shadow_roots()
3069 vcpu->arch.mmu.root_hpa = root; in mmu_alloc_shadow_roots()
3107 vcpu->arch.mmu.root_hpa = __pa(vcpu->arch.mmu.pae_root); in mmu_alloc_shadow_roots()
3131 vcpu->arch.mmu.root_hpa = __pa(vcpu->arch.mmu.lm_root); in mmu_alloc_shadow_roots()
3153 if (!VALID_PAGE(vcpu->arch.mmu.root_hpa)) in mmu_sync_roots()
3159 hpa_t root = vcpu->arch.mmu.root_hpa; in mmu_sync_roots()
3215 if (!VALID_PAGE(vcpu->arch.mmu.root_hpa)) in walk_shadow_page_get_mmio_spte()
3289 ASSERT(VALID_PAGE(vcpu->arch.mmu.root_hpa)); in nonpaging_page_fault()
3356 ASSERT(VALID_PAGE(vcpu->arch.mmu.root_hpa)); in tdp_page_fault()
3416 context->root_hpa = INVALID_PAGE; in nonpaging_init_context()
3684 context->root_hpa = INVALID_PAGE; in paging64_init_context_common()
3710 context->root_hpa = INVALID_PAGE; in paging32_init_context()
3730 context->root_hpa = INVALID_PAGE; in init_kvm_tdp_mmu()
3767 ASSERT(!VALID_PAGE(vcpu->arch.mmu.root_hpa)); in kvm_init_shadow_mmu()
3792 ASSERT(!VALID_PAGE(vcpu->arch.mmu.root_hpa)); in kvm_init_shadow_ept_mmu()
3803 context->root_hpa = INVALID_PAGE; in kvm_init_shadow_ept_mmu()
3890 vcpu->arch.mmu.set_cr3(vcpu, vcpu->arch.mmu.root_hpa); in kvm_mmu_load()
3899 WARN_ON(VALID_PAGE(vcpu->arch.mmu.root_hpa)); in kvm_mmu_unload()
4256 vcpu->arch.mmu.root_hpa = INVALID_PAGE; in kvm_mmu_create()
4266 ASSERT(!VALID_PAGE(vcpu->arch.mmu.root_hpa)); in kvm_mmu_setup()
4555 if (!VALID_PAGE(vcpu->arch.mmu.root_hpa)) in kvm_mmu_get_spte_hierarchy()