Home
last modified time | relevance | path

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

/linux-3.4.99/arch/x86/kvm/
Dmmu.h81 static inline int is_writable_pte(unsigned long pte) in is_writable_pte() function
95 if (unlikely(write_fault && !is_writable_pte(pte) in check_write_user_access()
Dmmu_audit.c205 if (is_writable_pte(*spte)) in audit_write_protection()
Dmmu.c455 (!is_writable_pte(spte) || (spte & shadow_dirty_mask))) in spte_has_volatile_bits()
493 if (is_writable_pte(old_spte)) in mmu_spte_update()
1025 if (is_writable_pte(*spte)) { in kvm_mmu_rmap_write_protect()
1041 if (is_writable_pte(*spte)) { in kvm_mmu_rmap_write_protect()
2258 if (!can_unsync && is_writable_pte(*sptep)) in set_spte()
2266 if (is_writable_pte(spte)) in set_spte()
2282 if (is_writable_pte(entry) && !is_writable_pte(*sptep)) in set_spte()
3864 if (is_writable_pte(pt[i])) in kvm_mmu_slot_remove_write_access()