Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/x86/kvm/mmu/
H A Dtdp_mmu.c226 if ((!is_writable_pte(old_spte) || pfn_changed) && in handle_changed_spte_dirty_log()
227 is_writable_pte(new_spte)) { in handle_changed_spte_dirty_log()
737 if (is_writable_pte(new_spte)) in age_gfn_range()
909 if (is_writable_pte(iter.old_spte)) in clear_dirty_gfn_range()
974 if (is_writable_pte(iter.old_spte)) in clear_dirty_pt_masked()
H A Dspte.c145 if (!can_unsync && is_writable_pte(old_spte)) in make_spte()
H A Dmmu_audit.c206 if (is_writable_pte(*sptep)) in audit_write_protection()
H A Dmmu.c444 (is_writable_pte(spte) && (spte & shadow_dirty_mask) == 0)) in spte_has_volatile_bits()
513 !is_writable_pte(new_spte)) in mmu_spte_update()
620 if (is_writable_pte(spte)) in mmu_spte_age()
1110 if (!is_writable_pte(spte) && in spte_write_protect()
3007 if (is_writable_pte(new_spte) && !is_writable_pte(old_spte)) { in fast_pf_fix_direct_spte()
3025 return is_writable_pte(spte); in is_access_allowed()
/OK3568_Linux_fs/kernel/arch/x86/kvm/
H A Dmmu.h148 static inline int is_writable_pte(unsigned long pte) in is_writable_pte() function