Home
last modified time | relevance | path

Searched refs:VALID_PAGE (Results 1 – 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/arch/x86/kvm/mmu/
Dmmu_audit.c59 if (!VALID_PAGE(vcpu->arch.mmu->root_hpa)) in mmu_spte_walk()
73 if (root && VALID_PAGE(root)) { in mmu_spte_walk()
Dmmu.c2864 if (WARN_ON(!VALID_PAGE(vcpu->arch.mmu->root_hpa))) in __direct_map()
3139 if (!VALID_PAGE(*root_hpa)) in mmu_free_root_page()
3166 if (!(free_active_root && VALID_PAGE(mmu->root_hpa))) { in kvm_mmu_free_roots()
3169 VALID_PAGE(mmu->prev_roots[i].hpa)) in kvm_mmu_free_roots()
3242 if (!VALID_PAGE(root)) in mmu_alloc_direct_roots()
3249 if (!VALID_PAGE(root)) in mmu_alloc_direct_roots()
3254 MMU_WARN_ON(VALID_PAGE(vcpu->arch.mmu->pae_root[i])); in mmu_alloc_direct_roots()
3258 if (!VALID_PAGE(root)) in mmu_alloc_direct_roots()
3290 MMU_WARN_ON(VALID_PAGE(vcpu->arch.mmu->root_hpa)); in mmu_alloc_shadow_roots()
3294 if (!VALID_PAGE(root)) in mmu_alloc_shadow_roots()
[all …]
Dtdp_mmu.c95 if (WARN_ON(!VALID_PAGE(hpa))) in is_tdp_mmu_root()
591 if (WARN_ON(!VALID_PAGE(vcpu->arch.mmu->root_hpa))) in kvm_tdp_mmu_map()
Dpaging_tmpl.h655 if (WARN_ON(!VALID_PAGE(vcpu->arch.mmu->root_hpa))) in FNAME()
917 if (!VALID_PAGE(root_hpa)) { in FNAME()
/kernel/linux/linux-5.10/arch/x86/kvm/
Dmmu.h95 if (!VALID_PAGE(root_hpa)) in kvm_mmu_load_pgd()
/kernel/linux/linux-5.10/arch/x86/include/asm/
Dkvm_host.h110 #define VALID_PAGE(x) ((x) != INVALID_PAGE) macro
/kernel/linux/linux-5.10/arch/x86/kvm/vmx/
Dvmx.c543 if (!VALID_PAGE(tmp_eptp)) { in check_ept_pointer_match()
595 if (VALID_PAGE(to_vmx(vcpu)->ept_pointer)) in hv_remote_flush_tlb_with_range()
3005 if (!VALID_PAGE(root_hpa)) in vmx_flush_tlb_current()
Dnested.c5313 return VALID_PAGE(root_hpa) && in nested_ept_root_matches()