Home
last modified time | relevance | path

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

/linux-6.3-rc2/arch/x86/kvm/mmu/
A Dspte.c122 if (!is_writable_pte(spte) && is_mmu_writable_spte(spte)) in spte_has_volatile_bits()
130 (is_writable_pte(spte) && !(spte & shadow_dirty_mask))) in spte_has_volatile_bits()
214 if (is_writable_pte(old_spte)) in make_spte()
A Dspte.h428 static inline bool is_writable_pte(unsigned long pte) in is_writable_pte() function
441 WARN_ONCE(is_writable_pte(spte), in check_spte_writable_invariants()
A Dtdp_mmu.c359 if ((!is_writable_pte(old_spte) || pfn_changed) && in handle_changed_spte_dirty_log()
360 is_writable_pte(new_spte)) { in handle_changed_spte_dirty_log()
1284 if (is_writable_pte(new_spte)) in age_gfn_range()
1625 if (is_writable_pte(iter.old_spte)) in clear_dirty_gfn_range()
1695 if (is_writable_pte(iter.old_spte)) in clear_dirty_pt_masked()
A Dmmu.c526 !is_writable_pte(new_spte)) in mmu_spte_update()
622 if (is_writable_pte(spte)) in mmu_spte_age()
1222 if (!is_writable_pte(spte) && in spte_write_protect()
3326 if (is_writable_pte(new_spte) && !is_writable_pte(old_spte)) in fast_pf_fix_direct_spte()
3338 return is_writable_pte(spte); in is_access_allowed()

Completed in 21 milliseconds