Home
last modified time | relevance | path

Searched refs:INVALID_PAGE (Results 1 – 8 of 8) 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.h120 if (likely(vcpu->arch.mmu->root.hpa != INVALID_PAGE)) in kvm_mmu_reload()
H A Dx86.c12897 vcpu->arch.hv_root_tdp = INVALID_PAGE; in kvm_arch_vcpu_create()
13382 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()
/linux/arch/x86/include/asm/
H A Dkvm_host.h152 #define INVALID_PAGE (~(hpa_t)0) macro
153 #define VALID_PAGE(x) ((x) != INVALID_PAGE)
446 ((struct kvm_mmu_root_info) { .pgd = INVALID_PAGE, .hpa = INVALID_PAGE })
/linux/arch/x86/kvm/mmu/
H A Dmmu.c3825 *root_hpa = INVALID_PAGE; in mmu_free_root_page()
3880 mmu->root.hpa = INVALID_PAGE; in kvm_mmu_free_roots()
5208 mmu->prev_roots[i].hpa = INVALID_PAGE; in cached_root_find_without_current()
6658 mmu->root.hpa = INVALID_PAGE; in __kvm_mmu_create()
6660 mmu->mirror_root_hpa = INVALID_PAGE; in __kvm_mmu_create()
/linux/arch/x86/kvm/vmx/
H A Dvmx.c635 if (partition_assist_page == INVALID_PAGE) in hv_enable_l2_tlb_flush()
3296 return INVALID_PAGE; in construct_eptp()