Searched refs:is_shadow_present_pte (Results 1 – 7 of 7) sorted by relevance
444 if (!is_shadow_present_pte(old_spte)) in handle_removed_pt()791 if (!is_shadow_present_pte(_iter.old_spte) || \868 if (!is_shadow_present_pte(iter.old_spte)) in __tdp_mmu_zap_root()974 if (!is_shadow_present_pte(iter.old_spte) || in tdp_mmu_zap_leafs()1159 if (is_shadow_present_pte(iter->old_spte) && in tdp_mmu_map_handle_target_level()1271 if (is_shadow_present_pte(iter.old_spte) && in kvm_tdp_mmu_map()1286 if (is_shadow_present_pte(iter.old_spte)) { in kvm_tdp_mmu_map()1440 if (!is_shadow_present_pte(iter.old_spte) || in wrprot_gfn_range()1654 if (!is_shadow_present_pte(iter.old_spte) || in clear_dirty_gfn_range()1796 !is_shadow_present_pte(iter.old_spte)) in recover_huge_pages_range()[all …]
290 static inline bool is_shadow_present_pte(u64 pte) in is_shadow_present_pte() function309 KVM_MMU_WARN_ON(!is_shadow_present_pte(spte)); in spte_ad_enabled()315 KVM_MMU_WARN_ON(!is_shadow_present_pte(spte)); in spte_ad_need_write_protect()
48 return is_shadow_present_pte(old_spte) && in kvm_tdp_mmu_spte_need_atomic_update()
310 KVM_BUG_ON(!is_shadow_present_pte(huge_spte) || !is_large_pte(huge_spte), kvm); in make_small_spte()338 KVM_BUG_ON(!is_shadow_present_pte(small_spte) || level == PG_LEVEL_4K, kvm); in make_huge_spte()
70 if (!is_shadow_present_pte(spte) || is_last_spte(spte, level)) in spte_to_child_pt()
371 if (is_shadow_present_pte(spte)) in count_spte_clear()499 if (!is_shadow_present_pte(old_spte)) { in mmu_spte_update()526 if (!is_shadow_present_pte(old_spte) || in mmu_spte_clear_track_bits()532 if (!is_shadow_present_pte(old_spte)) in mmu_spte_clear_track_bits()1281 if (is_shadow_present_pte(old_spte)) in drop_spte()2520 if (is_shadow_present_pte(*sptep)) in __link_shadow_page()2578 if (is_shadow_present_pte(pte)) { in mmu_page_zap_pte()3021 if (is_shadow_present_pte(*sptep)) { in mmu_set_spte()3332 is_shadow_present_pte(spte) && in disallowed_hugepage_adjust()3602 if (!is_shadow_present_pte(spte)) in fast_page_fault()[all …]
601 if (is_shadow_present_pte(*spte)) in FNAME()