Home
last modified time | relevance | path

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

/arch/x86/kvm/
Dmmu.h138 static inline int is_writable_pte(unsigned long pte) in is_writable_pte() function
Dmmu_audit.c206 if (is_writable_pte(*sptep)) in audit_write_protection()
Dmmutrace.h248 (__entry->retry && is_writable_pte(__entry->__spte))
Dmmu.c800 (is_writable_pte(spte) && (spte & shadow_dirty_mask) == 0)) in spte_has_volatile_bits()
884 !is_writable_pte(new_spte)) in mmu_spte_update()
1019 if (is_writable_pte(spte)) in mmu_spte_age()
1638 if (!is_writable_pte(spte) && in spte_write_protect()
3121 if (!can_unsync && is_writable_pte(*sptep)) in set_spte()
3502 if (is_writable_pte(new_spte) && !is_writable_pte(old_spte)) { in fast_pf_fix_direct_spte()
3520 return is_writable_pte(spte); in is_access_allowed()