Lines Matching refs:PT_WRITABLE_MASK
148 #define PT64_PERM_MASK (PT_PRESENT_MASK | PT_WRITABLE_MASK | PT_USER_MASK \
154 #define ACC_WRITE_MASK PT_WRITABLE_MASK
251 return pte & PT_WRITABLE_MASK; in is_writable_pte()
793 update_spte(spte, *spte & ~PT_WRITABLE_MASK); in rmap_write_protect()
860 new_spte &= ~PT_WRITABLE_MASK; in kvm_set_pte_rmapp()
1596 | PT_WRITABLE_MASK | PT_USER_MASK; in link_shadow_page()
2052 spte |= PT_WRITABLE_MASK; in set_spte()
2073 spte &= ~PT_WRITABLE_MASK; in set_spte()
2288 | PT_PRESENT_MASK | PT_WRITABLE_MASK in __direct_map()
2550 pm_mask |= PT_ACCESSED_MASK | PT_WRITABLE_MASK | PT_USER_MASK; in mmu_alloc_shadow_roots()
3523 update_spte(&pt[i], pt[i] & ~PT_WRITABLE_MASK); in kvm_mmu_slot_remove_write_access()