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

/linux-master/arch/x86/kvm/
H A Dkvm_onhyperv.c48 if (!VALID_PAGE(kvm_arch->hv_root_tdp)) {
58 if (!VALID_PAGE(root) || root == kvm_arch->hv_root_tdp)
H A Dmmu.h161 if (!VALID_PAGE(root_hpa))
/linux-master/arch/x86/kvm/mmu/
H A Dmmu.c3571 if (!VALID_PAGE(*root_hpa))
3605 && VALID_PAGE(mmu->root.hpa);
3610 VALID_PAGE(mmu->prev_roots[i].hpa))
3671 if (!VALID_PAGE(root_hpa))
4003 if (!VALID_PAGE(root) || kvm_mmu_is_dummy_root(root))
4042 if (!VALID_PAGE(vcpu->arch.mmu->root.hpa))
4674 if (!VALID_PAGE(root->hpa))
4757 if (VALID_PAGE(mmu->root.hpa) && !root_to_sp(mmu->root.hpa))
4760 if (VALID_PAGE(mmu->root.hpa))
5639 WARN_ON_ONCE(VALID_PAGE(vcp
[all...]
H A Dpaging_tmpl.h651 if (WARN_ON_ONCE(!VALID_PAGE(vcpu->arch.mmu->root.hpa)))
/linux-master/arch/x86/include/asm/
H A Dkvm_host.h144 #define VALID_PAGE(x) ((x) != INVALID_PAGE) macro
/linux-master/arch/x86/kvm/svm/
H A Dsvm.c3919 if (svm_hv_is_enlightened_tlb_enabled(vcpu) && VALID_PAGE(root_tdp))
/linux-master/arch/x86/kvm/vmx/
H A Dnested.c383 return VALID_PAGE(root_hpa) &&
H A Dvmx.c3194 if (!VALID_PAGE(root_hpa))

Completed in 227 milliseconds