Searched refs:VALID_PAGE (Results 1 - 8 of 8) sorted by last modified time

/linux-master/arch/x86/kvm/vmx/
H A Dvmx.c3203 if (!VALID_PAGE(root_hpa))
H A Dnested.c383 return VALID_PAGE(root_hpa) &&
/linux-master/arch/x86/kvm/svm/
H A Dsvm.c3922 if (svm_hv_is_enlightened_tlb_enabled(vcpu) && VALID_PAGE(root_tdp))
/linux-master/arch/x86/kvm/mmu/
H A Dpaging_tmpl.h651 if (WARN_ON_ONCE(!VALID_PAGE(vcpu->arch.mmu->root.hpa)))
H A Dmmu.c3538 if (!VALID_PAGE(*root_hpa))
3572 && VALID_PAGE(mmu->root.hpa);
3577 VALID_PAGE(mmu->prev_roots[i].hpa))
3638 if (!VALID_PAGE(root_hpa))
3970 if (!VALID_PAGE(root) || kvm_mmu_is_dummy_root(root))
4009 if (!VALID_PAGE(vcpu->arch.mmu->root.hpa))
4668 if (!VALID_PAGE(root->hpa))
4751 if (VALID_PAGE(mmu->root.hpa) && !root_to_sp(mmu->root.hpa))
4754 if (VALID_PAGE(mmu->root.hpa))
5638 WARN_ON_ONCE(VALID_PAGE(vcp
[all...]
/linux-master/arch/x86/kvm/
H A Dmmu.h163 if (!VALID_PAGE(root_hpa))
H A Dkvm_onhyperv.c48 if (!VALID_PAGE(kvm_arch->hv_root_tdp)) {
58 if (!VALID_PAGE(root) || root == kvm_arch->hv_root_tdp)
/linux-master/arch/x86/include/asm/
H A Dkvm_host.h144 #define VALID_PAGE(x) ((x) != INVALID_PAGE) macro

Completed in 281 milliseconds