Home
last modified time | relevance | path

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

/linux/arch/x86/kvm/mmu/
H A Dspte.h447 static inline bool is_writable_pte(unsigned long pte) in is_writable_pte() function
460 WARN_ONCE(is_writable_pte(spte), in check_spte_writable_invariants()
480 return is_writable_pte(spte); in is_access_allowed()
H A Dmmu.c1164 if (!is_writable_pte(spte) && in spte_write_protect()
3368 if (is_writable_pte(new_spte) && !is_writable_pte(old_spte)) in fast_pf_fix_direct_spte()