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()
207 if (!is_shadow_present_pte(old_spte) || !is_last_spte(old_spte, level)) in handle_changed_spte_acc_track()248 bool was_present = is_shadow_present_pte(old_spte); in __handle_changed_spte()249 bool is_present = is_shadow_present_pte(new_spte); in __handle_changed_spte()398 if (!is_shadow_present_pte(_iter.old_spte) || \472 if (!is_shadow_present_pte(iter.old_spte)) in zap_gfn_range()613 if (is_shadow_present_pte(iter.old_spte) && in kvm_tdp_mmu_map()628 if (!is_shadow_present_pte(iter.old_spte)) { in kvm_tdp_mmu_map()801 if (!is_shadow_present_pte(iter.old_spte)) in set_tdp_spte()851 if (!is_shadow_present_pte(iter.old_spte) || in wrprot_gfn_range()1029 if (!is_shadow_present_pte(iter.old_spte)) in set_dirty_gfn_range()[all …]
323 if (is_shadow_present_pte(spte)) in count_spte_clear()429 if (!is_shadow_present_pte(spte)) in spte_has_volatile_bits()459 WARN_ON(is_shadow_present_pte(*sptep)); in mmu_spte_set()471 WARN_ON(!is_shadow_present_pte(new_spte)); in mmu_spte_update_no_track()473 if (!is_shadow_present_pte(old_spte)) { in mmu_spte_update_no_track()504 if (!is_shadow_present_pte(old_spte)) in mmu_spte_update()550 if (!is_shadow_present_pte(old_spte)) in mmu_spte_clear_track_bits()1023 BUG_ON(!is_shadow_present_pte(*sptep)); in rmap_get_first()1056 BUG_ON(!is_shadow_present_pte(*sptep)); in rmap_get_next()1603 if (is_shadow_present_pte(*pos)) { in is_empty_shadow_page()[all …]
57 if (!is_shadow_present_pte(spte) || is_last_spte(spte, level)) in spte_to_child_pt()
613 if (is_shadow_present_pte(*spte)) in FNAME()667 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()
182 static inline int is_shadow_present_pte(u64 pte) in is_shadow_present_pte() function