Home
last modified time | relevance | path

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

/linux-2.6.39/arch/x86/kvm/
Dmmu.c249 static int is_writable_pte(unsigned long pte) in is_writable_pte() function
314 (!is_writable_pte(spte) || (spte & shadow_dirty_mask))) in spte_has_volatile_bits()
334 if (is_writable_pte(old_spte)) in update_spte()
792 if (is_writable_pte(*spte)) { in rmap_write_protect()
809 if (is_writable_pte(*spte)) { in rmap_write_protect()
2064 if (!can_unsync && is_writable_pte(*sptep)) in set_spte()
2072 if (is_writable_pte(spte)) in set_spte()
2088 if (is_writable_pte(entry) && !is_writable_pte(*sptep)) in set_spte()
3522 if (is_writable_pte(pt[i])) in kvm_mmu_slot_remove_write_access()
Dmmu_audit.c208 if (is_writable_pte(*spte)) in audit_write_protection()
Dpaging_tmpl.h182 if (write_fault && !is_writable_pte(pte)) in FNAME()