Searched refs:PT_WRITABLE_MASK (Results 1 – 6 of 6) sorted by relevance
273 spte |= PT_WRITABLE_MASK | shadow_mmu_writable_mask | in make_spte()289 if ((spte & PT_WRITABLE_MASK) && kvm_slot_dirty_track_enabled(slot)) { in make_spte()391 spte |= __pa(child_pt) | shadow_present_mask | PT_WRITABLE_MASK | in make_nonleaf_spte()
118 BUILD_BUG_ON(PT_WRITABLE_MASK != ACC_WRITE_MASK); in FNAME()123 PT_WRITABLE_MASK; in FNAME()189 access = gpte & (PT_WRITABLE_MASK | PT_USER_MASK | PT_PRESENT_MASK); in FNAME()
366 __entry->spte & PT_WRITABLE_MASK ? "w" : "-",
1315 spte = spte & ~PT_WRITABLE_MASK; in spte_write_protect()2552 BUILD_BUG_ON(VMX_EPT_WRITABLE_MASK != PT_WRITABLE_MASK); in __link_shadow_page()3756 new_spte |= PT_WRITABLE_MASK; in fast_page_fault()4141 pm_mask |= PT_ACCESSED_MASK | PT_WRITABLE_MASK | PT_USER_MASK; in mmu_alloc_shadow_roots()
16 #define PT_WRITABLE_MASK (1ULL << PT_WRITABLE_SHIFT) macro
5450 kvm_mmu_set_mmio_spte_mask(mask, mask, PT_WRITABLE_MASK | PT_USER_MASK); in svm_adjust_mmio_mask()