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

/linux-4.4.14/arch/x86/kvm/
H A Dmmu.h89 if (likely(vcpu->arch.mmu.root_hpa != INVALID_PAGE)) kvm_mmu_reload()
H A Dmmu.c3057 vcpu->arch.mmu.root_hpa = INVALID_PAGE; mmu_free_roots()
3073 vcpu->arch.mmu.pae_root[i] = INVALID_PAGE; mmu_free_roots()
3077 vcpu->arch.mmu.root_hpa = INVALID_PAGE; mmu_free_roots()
3556 context->root_hpa = INVALID_PAGE; nonpaging_init_context()
3910 context->root_hpa = INVALID_PAGE; paging64_init_context_common()
3936 context->root_hpa = INVALID_PAGE; paging32_init_context()
3957 context->root_hpa = INVALID_PAGE; init_kvm_tdp_mmu()
4034 context->root_hpa = INVALID_PAGE; kvm_init_shadow_ept_mmu()
4477 vcpu->arch.mmu.pae_root[i] = INVALID_PAGE; alloc_mmu_pages()
4485 vcpu->arch.mmu.root_hpa = INVALID_PAGE; kvm_mmu_create()
/linux-4.4.14/arch/x86/include/asm/
H A Dkvm_host.h66 #define INVALID_PAGE (~(hpa_t)0) macro
67 #define VALID_PAGE(x) ((x) != INVALID_PAGE)

Completed in 110 milliseconds