Home
last modified time | relevance | path

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

/arch/x86/kvm/
Dmmu.h99 if (likely(vcpu->arch.mmu.root_hpa != INVALID_PAGE)) in kvm_mmu_reload()
Dmmu.c2970 vcpu->arch.mmu.root_hpa = INVALID_PAGE; in mmu_free_roots()
2986 vcpu->arch.mmu.pae_root[i] = INVALID_PAGE; in mmu_free_roots()
2990 vcpu->arch.mmu.root_hpa = INVALID_PAGE; in mmu_free_roots()
3416 context->root_hpa = INVALID_PAGE; in nonpaging_init_context()
3684 context->root_hpa = INVALID_PAGE; in paging64_init_context_common()
3710 context->root_hpa = INVALID_PAGE; in paging32_init_context()
3730 context->root_hpa = INVALID_PAGE; in init_kvm_tdp_mmu()
3803 context->root_hpa = INVALID_PAGE; in kvm_init_shadow_ept_mmu()
4246 vcpu->arch.mmu.pae_root[i] = INVALID_PAGE; in alloc_mmu_pages()
4256 vcpu->arch.mmu.root_hpa = INVALID_PAGE; in kvm_mmu_create()
/arch/x86/include/asm/
Dkvm_host.h65 #define INVALID_PAGE (~(hpa_t)0) macro
66 #define VALID_PAGE(x) ((x) != INVALID_PAGE)