Home
last modified time | relevance | path

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

/linux-4.4.14/arch/x86/kvm/
Dmmu.h133 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.h245 (__entry->retry && is_writable_pte(__entry->__spte))
Dmmu.c501 (!is_writable_pte(spte) || (spte & shadow_dirty_mask))) in spte_has_volatile_bits()
561 !is_writable_pte(new_spte)) in mmu_spte_update()
1197 if (!is_writable_pte(spte) && in spte_write_protect()
2543 if (!can_unsync && is_writable_pte(*sptep)) in set_spte()
2937 if (is_writable_pte(spte)) { in fast_page_fault()