Searched refs:PT_WRITABLE_MASK (Results 1 – 5 of 5) sorted by relevance
17 #define PT_WRITABLE_MASK (1ULL << PT_WRITABLE_SHIFT) macro140 return pte & PT_WRITABLE_MASK; in is_writable_pte()
113 BUILD_BUG_ON(PT_WRITABLE_MASK != ACC_WRITE_MASK); in FNAME()118 PT_WRITABLE_MASK; in FNAME()212 access = gpte & (PT_WRITABLE_MASK | PT_USER_MASK | PT_PRESENT_MASK); in FNAME()
169 #define PT64_PERM_MASK (PT_PRESENT_MASK | PT_WRITABLE_MASK | shadow_user_mask \173 #define ACC_WRITE_MASK PT_WRITABLE_MASK819 return dirty_mask ? spte & dirty_mask : spte & PT_WRITABLE_MASK; in is_dirty_spte()970 WARN_ONCE((spte & PT_WRITABLE_MASK) && in mark_spte_for_access_track()1646 spte = spte & ~PT_WRITABLE_MASK; in spte_write_protect()1899 new_spte &= ~PT_WRITABLE_MASK; in kvm_set_pte_rmapp()2703 BUILD_BUG_ON(VMX_EPT_WRITABLE_MASK != PT_WRITABLE_MASK); in link_shadow_page()2705 spte = __pa(sp->spt) | shadow_present_mask | PT_WRITABLE_MASK | in link_shadow_page()3113 spte |= PT_WRITABLE_MASK | SPTE_MMU_WRITEABLE; in set_spte()3129 spte &= ~(PT_WRITABLE_MASK | SPTE_MMU_WRITEABLE); in set_spte()[all …]
358 __entry->spte & PT_WRITABLE_MASK ? "w" : "-",
439 #define PT_WRITABLE_MASK (1ULL << PT_WRITABLE_SHIFT) macro445 return pte & PT_WRITABLE_MASK; in process_is_writable_pte()