Symbol: INVALID_PAGE
arch/x86/include/asm/kvm_host.h
152
#define VALID_PAGE(x) ((x) != INVALID_PAGE)
arch/x86/include/asm/kvm_host.h
445
((struct kvm_mmu_root_info) { .pgd = INVALID_PAGE, .hpa = INVALID_PAGE })
arch/x86/kvm/kvm_onhyperv.c
120
kvm_arch->hv_root_tdp = INVALID_PAGE;
arch/x86/kvm/kvm_onhyperv.c
86
kvm_arch->hv_root_tdp = INVALID_PAGE;
arch/x86/kvm/kvm_onhyperv.h
29
return INVALID_PAGE;
arch/x86/kvm/mmu.h
120
if (likely(vcpu->arch.mmu->root.hpa != INVALID_PAGE))
arch/x86/kvm/mmu/mmu.c
3804
*root_hpa = INVALID_PAGE;
arch/x86/kvm/mmu/mmu.c
3859
mmu->root.hpa = INVALID_PAGE;
arch/x86/kvm/mmu/mmu.c
5187
mmu->prev_roots[i].hpa = INVALID_PAGE;
arch/x86/kvm/mmu/mmu.c
6637
mmu->root.hpa = INVALID_PAGE;
arch/x86/kvm/mmu/mmu.c
6639
mmu->mirror_root_hpa = INVALID_PAGE;
arch/x86/kvm/svm/sev.c
2039
src_svm->vmcb->control.ghcb_gpa = INVALID_PAGE;
arch/x86/kvm/svm/sev.c
2040
src_svm->vmcb->control.vmsa_pa = INVALID_PAGE;
arch/x86/kvm/svm/sev.c
3982
svm->vmcb->control.vmsa_pa = INVALID_PAGE;
arch/x86/kvm/svm/sev.c
3994
svm->sev_es.snp_vmsa_gpa = INVALID_PAGE;
arch/x86/kvm/svm/sev.c
4088
target_svm->sev_es.snp_vmsa_gpa = INVALID_PAGE;
arch/x86/kvm/svm/sev.c
4615
svm->vmcb->control.vmsa_pa = INVALID_PAGE;
arch/x86/kvm/svm/svm_onhyperv.c
23
if (partition_assist_page == INVALID_PAGE)
arch/x86/kvm/vmx/vmx.c
3402
return INVALID_PAGE;
arch/x86/kvm/vmx/vmx.c
632
if (partition_assist_page == INVALID_PAGE)
arch/x86/kvm/x86.c
12800
vcpu->arch.hv_root_tdp = INVALID_PAGE;
arch/x86/kvm/x86.c
13266
kvm->arch.hv_root_tdp = INVALID_PAGE;