Lines Matching refs:MMU_WARN_ON
71 #define MMU_WARN_ON(x) WARN_ON(x) macro
75 #define MMU_WARN_ON(x) do { } while (0) macro
1616 MMU_WARN_ON(!is_empty_shadow_page(sp->spt)); in kvm_mmu_free_page()
3135 MMU_WARN_ON(VALID_PAGE(root)); in mmu_alloc_direct_roots()
3173 MMU_WARN_ON(VALID_PAGE(root)); in mmu_alloc_shadow_roots()
3198 MMU_WARN_ON(VALID_PAGE(root)); in mmu_alloc_shadow_roots()
3401 MMU_WARN_ON(!VALID_PAGE(vcpu->arch.mmu.root_hpa)); in nonpaging_page_fault()
3467 MMU_WARN_ON(!VALID_PAGE(vcpu->arch.mmu.root_hpa)); in tdp_page_fault()
3788 MMU_WARN_ON(!is_pae(vcpu)); in paging64_init_context_common()
3879 MMU_WARN_ON(VALID_PAGE(context->root_hpa)); in kvm_init_shadow_mmu()
3904 MMU_WARN_ON(VALID_PAGE(context->root_hpa)); in kvm_init_shadow_ept_mmu()
4373 MMU_WARN_ON(VALID_PAGE(vcpu->arch.mmu.root_hpa)); in kvm_mmu_setup()