Home
last modified time | relevance | path

Searched refs:INVALID_PAGE (Results 1 – 7 of 7) sorted by relevance

/linux/arch/x86/kvm/
H A Dkvm_onhyperv.c86 kvm_arch->hv_root_tdp = INVALID_PAGE; in __hv_flush_remote_tlbs_range()
120 kvm_arch->hv_root_tdp = INVALID_PAGE; in hv_track_root_tdp()
H A Dkvm_onhyperv.h29 return INVALID_PAGE; in hv_get_partition_assist_page()
H A Dmmu.h106 if (likely(vcpu->arch.mmu->root.hpa != INVALID_PAGE)) in kvm_mmu_reload()
H A Dx86.c12309 vcpu->arch.hv_root_tdp = INVALID_PAGE; in kvm_arch_vcpu_create()
12733 kvm->arch.hv_root_tdp = INVALID_PAGE; in kvm_arch_init_vm()
/linux/arch/x86/kvm/svm/
H A Dsvm_onhyperv.c23 if (partition_assist_page == INVALID_PAGE) in svm_hv_enable_l2_tlb_flush()
H A Dsev.c2047 src_svm->vmcb->control.ghcb_gpa = INVALID_PAGE; in sev_migrate_from()
2048 src_svm->vmcb->control.vmsa_pa = INVALID_PAGE; in sev_migrate_from()
3847 svm->vmcb->control.vmsa_pa = INVALID_PAGE; in __sev_snp_update_protected_guest_state()
3884 svm->sev_es.snp_vmsa_gpa = INVALID_PAGE; in __sev_snp_update_protected_guest_state()
3964 target_svm->sev_es.snp_vmsa_gpa = INVALID_PAGE; in sev_snp_ap_creation()
/linux/arch/x86/include/asm/
H A Dkvm_host.h145 #define INVALID_PAGE (~(hpa_t)0) macro
146 #define VALID_PAGE(x) ((x) != INVALID_PAGE)
429 ((struct kvm_mmu_root_info) { .pgd = INVALID_PAGE, .hpa = INVALID_PAGE })