Searched refs:PT_WRITABLE_MASK (Results 1 – 3 of 3) sorted by relevance
15 #define PT_WRITABLE_MASK (1ULL << PT_WRITABLE_SHIFT) macro
148 #define PT64_PERM_MASK (PT_PRESENT_MASK | PT_WRITABLE_MASK | PT_USER_MASK \154 #define ACC_WRITE_MASK PT_WRITABLE_MASK251 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()[all …]
104 access = (gpte & (PT_WRITABLE_MASK | PT_USER_MASK)) | ACC_EXEC_MASK; in FNAME()