Home
last modified time | relevance | path

Searched refs:is_mmio_spte (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/arch/x86/kvm/mmu/
H A Dspte.h143 static inline bool is_mmio_spte(u64 spte) in is_mmio_spte() function
155 MMU_WARN_ON(is_mmio_spte(spte)); in spte_ad_enabled()
161 MMU_WARN_ON(is_mmio_spte(spte)); in spte_ad_need_write_protect()
167 MMU_WARN_ON(is_mmio_spte(spte)); in spte_shadow_accessed_mask()
173 MMU_WARN_ON(is_mmio_spte(spte)); in spte_shadow_dirty_mask()
184 return (pte != 0) && !is_mmio_spte(pte); in is_shadow_present_pte()
H A Dtdp_mmu.c299 if (WARN_ON(!is_mmio_spte(old_spte) && !is_mmio_spte(new_spte))) in __handle_changed_spte()
559 if (unlikely(is_mmio_spte(new_spte))) in tdp_mmu_map_handle_target_level()
H A Dmmu.c2244 } else if (is_mmio_spte(pte)) { in mmu_page_zap_pte()
2634 if (unlikely(is_mmio_spte(*sptep))) in mmu_set_spte()
3580 if (is_mmio_spte(spte)) { in handle_mmio_page_fault()
3945 if (unlikely(is_mmio_spte(*sptep))) { in sync_mmio_spte()
/kernel/linux/linux-6.6/arch/x86/kvm/mmu/
H A Dspte.h252 static inline bool is_mmio_spte(u64 spte) in is_mmio_spte() function
H A Dtdp_mmu.c476 if (WARN_ON_ONCE(!is_mmio_spte(old_spte) && in handle_changed_spte()
477 !is_mmio_spte(new_spte) && in handle_changed_spte()
990 if (unlikely(is_mmio_spte(new_spte))) { in tdp_mmu_map_handle_target_level()
H A Dmmu.c2511 } else if (is_mmio_spte(pte)) { in mmu_page_zap_pte()
4158 if (is_mmio_spte(spte)) { in handle_mmio_page_fault()
4668 if (unlikely(is_mmio_spte(*sptep))) { in sync_mmio_spte()

Completed in 24 milliseconds