Home
last modified time | relevance | path

Searched refs:KVM_MMU_WARN_ON (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/arch/x86/kvm/mmu/
H A Dspte.h281 KVM_MMU_WARN_ON(!is_shadow_present_pte(spte)); in spte_ad_enabled()
287 KVM_MMU_WARN_ON(!is_shadow_present_pte(spte)); in spte_ad_need_write_protect()
298 KVM_MMU_WARN_ON(!is_shadow_present_pte(spte)); in spte_shadow_accessed_mask()
304 KVM_MMU_WARN_ON(!is_shadow_present_pte(spte)); in spte_shadow_dirty_mask()
H A Dmmu_internal.h10 #define KVM_MMU_WARN_ON(x) WARN_ON_ONCE(x) macro
12 #define KVM_MMU_WARN_ON(x) BUILD_BUG_ON_INVALID(x) macro
H A Dtdp_mmu.c1544 KVM_MMU_WARN_ON(dbit == shadow_dirty_mask && in clear_dirty_gfn_range()
1605 KVM_MMU_WARN_ON(dbit == shadow_dirty_mask && in clear_dirty_pt_masked()
H A Dmmu.c1255 KVM_MMU_WARN_ON(!spte_ad_enabled(spte)); in spte_clear_dirty()
1699 if (KVM_MMU_WARN_ON(is_shadow_present_pte(sp->spt[i]))) in kvm_mmu_check_sptes_at_free()