Home
last modified time | relevance | path

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

/linux/arch/x86/kvm/mmu/
A Dspte.h205 static inline bool is_mmio_spte(u64 spte) in is_mmio_spte() function
A Dtdp_mmu.c450 if (WARN_ON(!is_mmio_spte(old_spte) && in __handle_changed_spte()
451 !is_mmio_spte(new_spte) && in __handle_changed_spte()
930 if (unlikely(is_mmio_spte(new_spte))) { in tdp_mmu_map_handle_target_level()
A Dmmu.c2299 } else if (is_mmio_spte(pte)) { in mmu_page_zap_pte()
3856 if (is_mmio_spte(spte)) { in handle_mmio_page_fault()
4247 if (unlikely(is_mmio_spte(*sptep))) { in sync_mmio_spte()

Completed in 18 milliseconds