Home
last modified time | relevance | path

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

/arch/x86/kvm/mmu/
A Dspte.h456 static inline bool is_writable_pte(unsigned long pte) in is_writable_pte() function
469 WARN_ONCE(is_writable_pte(spte), in check_spte_writable_invariants()
489 return is_writable_pte(spte); in is_access_allowed()
A Dspte.c167 if (!is_writable_pte(spte) && is_mmu_writable_spte(spte)) in spte_needs_atomic_update()
183 return is_writable_pte(spte) && !(spte & shadow_dirty_mask); in spte_needs_atomic_update()
269 if ((!is_last_spte(old_spte, level) || !is_writable_pte(old_spte)) && in make_spte()
A Dmmu.c1316 if (!is_writable_pte(spte) && in spte_write_protect()
3570 if (is_writable_pte(new_spte) && !is_writable_pte(old_spte)) in fast_pf_fix_direct_spte()

Completed in 21 milliseconds