Home
last modified time | relevance | path

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

/arch/x86/kvm/
Dmmu.h143 static inline int is_writable_pte(unsigned long pte) in is_writable_pte() function
Dmmu_audit.c202 if (is_writable_pte(*sptep)) in audit_write_protection()
Dmmutrace.h245 (__entry->retry && is_writable_pte(__entry->__spte))
Dmmu.c516 (!is_writable_pte(spte) || (spte & shadow_dirty_mask))) in spte_has_volatile_bits()
571 !is_writable_pte(new_spte)) in mmu_spte_update()
1167 if (!is_writable_pte(spte) && in spte_write_protect()
2470 if (!can_unsync && is_writable_pte(*sptep)) in set_spte()
2848 if (is_writable_pte(spte)) { in fast_page_fault()