Home
last modified time | relevance | path

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

/linux/arch/x86/kvm/mmu/
H A Dspte.h284 static inline bool is_mmio_spte(struct kvm *kvm, u64 spte) in is_mmio_spte() function
H A Dtdp_mmu.c609 if (WARN_ON_ONCE(!is_mmio_spte(kvm, old_spte) && in handle_changed_spte()
610 !is_mmio_spte(kvm, new_spte) && in handle_changed_spte()
1173 if (unlikely(is_mmio_spte(vcpu->kvm, new_spte))) { in tdp_mmu_map_handle_target_level()
H A Dmmu.c2423 } else if (is_mmio_spte(kvm, pte)) { in mmu_page_zap_pte()
4169 if (is_mmio_spte(vcpu->kvm, spte)) { in handle_mmio_page_fault()
4920 if (unlikely(is_mmio_spte(vcpu->kvm, *sptep))) { in sync_mmio_spte()