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()1156 if (is_shadow_present_pte(iter->old_spte) && in tdp_mmu_map_handle_target_level()1270 if (is_shadow_present_pte(iter.old_spte) && in kvm_tdp_mmu_map()1285 if (is_shadow_present_pte(iter.old_spte)) { in kvm_tdp_mmu_map()1439 if (!is_shadow_present_pte(iter.old_spte) || in wrprot_gfn_range()1653 if (!is_shadow_present_pte(iter.old_spte) || in clear_dirty_gfn_range()1795 !is_shadow_present_pte(iter.old_spte)) in recover_huge_pages_range()[all …]
299 static inline bool is_shadow_present_pte(u64 pte) in is_shadow_present_pte() function318 KVM_MMU_WARN_ON(!is_shadow_present_pte(spte)); in spte_ad_enabled()324 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()
70 if (!is_shadow_present_pte(spte) || is_last_spte(spte, level)) in spte_to_child_pt()
342 KVM_BUG_ON(!is_shadow_present_pte(huge_spte) || !is_large_pte(huge_spte), kvm); in make_small_spte()370 KVM_BUG_ON(!is_shadow_present_pte(small_spte) || level == PG_LEVEL_4K, kvm); in make_huge_spte()
372 if (is_shadow_present_pte(spte)) in count_spte_clear()500 if (!is_shadow_present_pte(old_spte)) { in mmu_spte_update()527 if (!is_shadow_present_pte(old_spte) || in mmu_spte_clear_track_bits()533 if (!is_shadow_present_pte(old_spte)) in mmu_spte_clear_track_bits()1282 if (is_shadow_present_pte(old_spte)) in drop_spte()2548 if (is_shadow_present_pte(*sptep)) in __link_shadow_page()2606 if (is_shadow_present_pte(pte)) { in mmu_page_zap_pte()3049 if (is_shadow_present_pte(*sptep)) { in mmu_set_spte()3361 is_shadow_present_pte(spte) && in disallowed_hugepage_adjust()3631 if (!is_shadow_present_pte(spte)) in fast_page_fault()[all …]
601 if (is_shadow_present_pte(*spte)) in FNAME()
Completed in 35 milliseconds