Home
last modified time | relevance | path

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

/Linux-v4.19/arch/x86/kvm/
Dmmu.h143 static inline int is_writable_pte(unsigned long pte) in is_writable_pte() function
Dmmu_audit.c209 if (is_writable_pte(*sptep)) in audit_write_protection()
Dmmutrace.h248 (__entry->retry && is_writable_pte(__entry->__spte))
Dmmu.c670 (is_writable_pte(spte) && (spte & shadow_dirty_mask) == 0)) in spte_has_volatile_bits()
754 !is_writable_pte(new_spte)) in mmu_spte_update()
889 if (is_writable_pte(spte)) in mmu_spte_age()
1474 if (!is_writable_pte(spte) && in spte_write_protect()
2913 if (!can_unsync && is_writable_pte(*sptep)) in set_spte()
3275 if (is_writable_pte(new_spte) && !is_writable_pte(old_spte)) { in fast_pf_fix_direct_spte()
3293 return is_writable_pte(spte); in is_access_allowed()