Searched refs:PT_WRITABLE_MASK (Results 1 – 9 of 9) sorted by relevance
137 spte |= PT_WRITABLE_MASK | SPTE_MMU_WRITEABLE; in make_spte()153 spte &= ~(PT_WRITABLE_MASK | SPTE_MMU_WRITEABLE); in make_spte()172 spte = __pa(child_pt) | shadow_present_mask | PT_WRITABLE_MASK | in make_nonleaf_spte()190 new_spte &= ~PT_WRITABLE_MASK; in kvm_mmu_changed_pte_notifier_make_spte()230 WARN_ONCE((spte & PT_WRITABLE_MASK) && in mark_spte_for_access_track()
33 #define PT64_PERM_MASK (PT_PRESENT_MASK | PT_WRITABLE_MASK | shadow_user_mask \37 #define ACC_WRITE_MASK PT_WRITABLE_MASK229 return dirty_mask ? spte & dirty_mask : spte & PT_WRITABLE_MASK; in is_dirty_spte()
807 new_spte = iter.old_spte & ~PT_WRITABLE_MASK; in wrprot_gfn_range()866 new_spte = iter.old_spte & ~PT_WRITABLE_MASK; in clear_dirty_gfn_range()941 new_spte = iter.old_spte & ~PT_WRITABLE_MASK; in clear_dirty_pt_masked()1115 ~(PT_WRITABLE_MASK | SPTE_MMU_WRITEABLE); in write_protect_gfn()
113 BUILD_BUG_ON(PT_WRITABLE_MASK != ACC_WRITE_MASK); in FNAME()118 PT_WRITABLE_MASK; in FNAME()227 access = gpte & (PT_WRITABLE_MASK | PT_USER_MASK | PT_PRESENT_MASK); in FNAME()
355 __entry->spte & PT_WRITABLE_MASK ? "w" : "-",
1122 spte = spte & ~PT_WRITABLE_MASK; in spte_write_protect()2194 BUILD_BUG_ON(VMX_EPT_WRITABLE_MASK != PT_WRITABLE_MASK); in link_shadow_page()2588 if (spte & PT_WRITABLE_MASK) in set_spte()3097 new_spte |= PT_WRITABLE_MASK; in fast_page_fault()3318 pm_mask |= PT_ACCESSED_MASK | PT_WRITABLE_MASK | PT_USER_MASK; in mmu_alloc_shadow_roots()
18 #define PT_WRITABLE_MASK (1ULL << PT_WRITABLE_SHIFT) macro150 return pte & PT_WRITABLE_MASK; in is_writable_pte()
443 #define PT_WRITABLE_MASK (1ULL << PT_WRITABLE_SHIFT) macro449 return pte & PT_WRITABLE_MASK; in process_is_writable_pte()
874 kvm_mmu_set_mmio_spte_mask(mask, PT_WRITABLE_MASK | PT_USER_MASK); in svm_adjust_mmio_mask()