Searched refs:is_shadow_present_pte (Results 1 – 7 of 7) sorted by relevance
276 static inline bool is_shadow_present_pte(u64 pte) in is_shadow_present_pte() function306 KVM_MMU_WARN_ON(!is_shadow_present_pte(spte)); in spte_ad_enabled()312 KVM_MMU_WARN_ON(!is_shadow_present_pte(spte)); in spte_ad_need_write_protect()323 KVM_MMU_WARN_ON(!is_shadow_present_pte(spte)); in spte_shadow_accessed_mask()329 KVM_MMU_WARN_ON(!is_shadow_present_pte(spte)); in spte_shadow_dirty_mask()
384 if (!is_shadow_present_pte(old_spte)) in handle_removed_pt()446 bool is_present = is_shadow_present_pte(new_spte); in handle_changed_spte()683 if (!is_shadow_present_pte(_iter.old_spte) || \760 if (!is_shadow_present_pte(iter.old_spte)) in __tdp_mmu_zap_root()866 if (!is_shadow_present_pte(iter.old_spte) || in tdp_mmu_zap_leafs()1135 if (is_shadow_present_pte(iter.old_spte) && in kvm_tdp_mmu_map()1148 if (is_shadow_present_pte(iter.old_spte)) in kvm_tdp_mmu_map()1304 if (!is_shadow_present_pte(iter.old_spte) || in wrprot_gfn_range()1519 if (!is_shadow_present_pte(iter.old_spte) || in clear_dirty_gfn_range()1635 !is_shadow_present_pte(iter.old_spte)) in zap_collapsible_spte_range()[all …]
48 return is_shadow_present_pte(old_spte) && in kvm_tdp_mmu_spte_need_atomic_write()
68 if (!is_shadow_present_pte(spte) || is_last_spte(spte, level)) in spte_to_child_pt()
372 if (is_shadow_present_pte(spte)) in count_spte_clear()499 if (!is_shadow_present_pte(old_spte)) { in mmu_spte_update_no_track()528 if (!is_shadow_present_pte(old_spte)) in mmu_spte_update()577 if (!is_shadow_present_pte(old_spte)) in mmu_spte_clear_track_bits()1186 if (is_shadow_present_pte(old_spte)) in drop_spte()2428 if (is_shadow_present_pte(*sptep)) in __link_shadow_page()2486 if (is_shadow_present_pte(pte)) { in mmu_page_zap_pte()2928 if (is_shadow_present_pte(*sptep)) { in mmu_set_spte()3217 is_shadow_present_pte(spte) && in disallowed_hugepage_adjust()3500 if (!is_shadow_present_pte(spte)) in fast_page_fault()[all …]
299 KVM_BUG_ON(!is_shadow_present_pte(huge_spte) || !is_large_pte(huge_spte), kvm); in make_huge_page_split_spte()
614 if (is_shadow_present_pte(*spte)) in FNAME()
Completed in 33 milliseconds