Searched refs:is_shadow_present_pte (Results 1 – 6 of 6) sorted by relevance
44 if (is_shadow_present_pte(ent[i]) && in __mmu_spte_walk()110 if (!is_shadow_present_pte(*sptep) || !is_last_spte(*sptep, level)) in audit_mappings()162 if (is_shadow_present_pte(*sptep) && is_last_spte(*sptep, level)) in audit_sptes_have_rmaps()183 if (!is_shadow_present_pte(sp->spt[i])) in check_mappings_rmap()
166 if (!is_shadow_present_pte(old_spte) || !is_last_spte(old_spte, level)) in handle_changed_spte_acc_track()207 bool was_present = is_shadow_present_pte(old_spte); in __handle_changed_spte()208 bool is_present = is_shadow_present_pte(new_spte); in __handle_changed_spte()357 if (!is_shadow_present_pte(_iter.old_spte) || \408 if (!is_shadow_present_pte(iter.old_spte)) in zap_gfn_range()560 if (is_shadow_present_pte(iter.old_spte) && in kvm_tdp_mmu_map()575 if (!is_shadow_present_pte(iter.old_spte)) { in kvm_tdp_mmu_map()756 if (!is_shadow_present_pte(iter.old_spte)) in set_tdp_spte()803 if (!is_shadow_present_pte(iter.old_spte) || in wrprot_gfn_range()995 if (!is_shadow_present_pte(iter.old_spte)) in set_dirty_gfn_range()[all …]
327 if (is_shadow_present_pte(spte)) in count_spte_clear()433 if (!is_shadow_present_pte(spte)) in spte_has_volatile_bits()463 WARN_ON(is_shadow_present_pte(*sptep)); in mmu_spte_set()475 WARN_ON(!is_shadow_present_pte(new_spte)); in mmu_spte_update_no_track()477 if (!is_shadow_present_pte(old_spte)) { in mmu_spte_update_no_track()508 if (!is_shadow_present_pte(old_spte)) in mmu_spte_update()554 if (!is_shadow_present_pte(old_spte)) in mmu_spte_clear_track_bits()1027 BUG_ON(!is_shadow_present_pte(*sptep)); in rmap_get_first()1060 BUG_ON(!is_shadow_present_pte(*sptep)); in rmap_get_next()1607 if (is_shadow_present_pte(*pos)) { in is_empty_shadow_page()[all …]
614 if (is_shadow_present_pte(*spte)) in FNAME()668 if (!is_shadow_present_pte(*it.sptep)) { in FNAME()709 if (!is_shadow_present_pte(*it.sptep)) { in FNAME()940 if (is_shadow_present_pte(old_spte)) in FNAME()954 if (!is_shadow_present_pte(*sptep) || !sp->unsync_children) in FNAME()
56 if (!is_shadow_present_pte(spte) || is_last_spte(spte, level)) in spte_to_child_pt()
188 static inline int is_shadow_present_pte(u64 pte) in is_shadow_present_pte() function