Lines Matching refs:MMU_WARN_ON
106 #define MMU_WARN_ON(x) WARN_ON(x) macro
110 #define MMU_WARN_ON(x) do { } while (0) macro
375 MMU_WARN_ON(is_mmio_spte(spte)); in spte_ad_enabled()
381 MMU_WARN_ON(is_mmio_spte(spte)); in spte_ad_need_write_protect()
392 MMU_WARN_ON(is_mmio_spte(spte)); in spte_shadow_accessed_mask()
398 MMU_WARN_ON(is_mmio_spte(spte)); in spte_shadow_dirty_mask()
1671 MMU_WARN_ON(!spte_ad_enabled(spte)); in spte_clear_dirty()
2137 MMU_WARN_ON(!is_empty_shadow_page(sp->spt)); in kvm_mmu_free_page()
3791 MMU_WARN_ON(VALID_PAGE(root)); in mmu_alloc_direct_roots()
3832 MMU_WARN_ON(VALID_PAGE(root)); in mmu_alloc_shadow_roots()
3860 MMU_WARN_ON(VALID_PAGE(root)); in mmu_alloc_shadow_roots()
4167 MMU_WARN_ON(!VALID_PAGE(vcpu->arch.mmu->root_hpa)); in nonpaging_page_fault()
4276 MMU_WARN_ON(!VALID_PAGE(vcpu->arch.mmu->root_hpa)); in tdp_page_fault()
4905 MMU_WARN_ON(!is_pae(vcpu)); in paging64_init_context_common()