Home
last modified time | relevance | path

Searched refs:is_writable_pte (Results 1 – 5 of 5) sorted by relevance

/linux/arch/x86/kvm/mmu/
A Dtdp_mmu.c247 if ((!is_writable_pte(old_spte) || pfn_changed) && in handle_changed_spte_dirty_log()
248 is_writable_pte(new_spte)) { in handle_changed_spte_dirty_log()
1093 if (is_writable_pte(new_spte)) in age_gfn_range()
1253 if (is_writable_pte(iter.old_spte)) in clear_dirty_gfn_range()
1328 if (is_writable_pte(iter.old_spte)) in clear_dirty_pt_masked()
1445 if (!is_writable_pte(iter.old_spte)) in write_protect_gfn()
A Dmmu_audit.c206 if (is_writable_pte(*sptep)) in audit_write_protection()
A Dspte.c155 if (is_writable_pte(old_spte)) in make_spte()
A Dmmu.c510 (is_writable_pte(spte) && (spte & shadow_dirty_mask) == 0)) in spte_has_volatile_bits()
579 !is_writable_pte(new_spte)) in mmu_spte_update()
689 if (is_writable_pte(spte)) in mmu_spte_age()
1225 if (!is_writable_pte(spte) && in spte_write_protect()
3096 if (is_writable_pte(new_spte) && !is_writable_pte(old_spte)) in fast_pf_fix_direct_spte()
3108 return is_writable_pte(spte); in is_access_allowed()
/linux/arch/x86/kvm/
A Dmmu.h237 static inline bool is_writable_pte(unsigned long pte) in is_writable_pte() function

Completed in 21 milliseconds