Searched refs:PT_WRITABLE_MASK (Results 1 – 4 of 4) sorted by relevance
17 #define PT_WRITABLE_MASK (1ULL << PT_WRITABLE_SHIFT) macro145 return pte & PT_WRITABLE_MASK; in is_writable_pte()
116 BUILD_BUG_ON(PT_WRITABLE_MASK != ACC_WRITE_MASK); in FNAME()121 PT_WRITABLE_MASK; in FNAME()194 access = gpte & (PT_WRITABLE_MASK | PT_USER_MASK | PT_PRESENT_MASK); in FNAME()
129 #define PT64_PERM_MASK (PT_PRESENT_MASK | PT_WRITABLE_MASK | shadow_user_mask \133 #define ACC_WRITE_MASK PT_WRITABLE_MASK689 return dirty_mask ? spte & dirty_mask : spte & PT_WRITABLE_MASK; in is_dirty_spte()840 WARN_ONCE((spte & PT_WRITABLE_MASK) && in mark_spte_for_access_track()1482 spte = spte & ~PT_WRITABLE_MASK; in spte_write_protect()1730 new_spte &= ~PT_WRITABLE_MASK; in kvm_set_pte_rmapp()2522 BUILD_BUG_ON(VMX_EPT_WRITABLE_MASK != PT_WRITABLE_MASK); in link_shadow_page()2524 spte = __pa(sp->spt) | shadow_present_mask | PT_WRITABLE_MASK | in link_shadow_page()2905 spte |= PT_WRITABLE_MASK | SPTE_MMU_WRITEABLE; in set_spte()2921 spte &= ~(PT_WRITABLE_MASK | SPTE_MMU_WRITEABLE); in set_spte()[all …]
438 #define PT_WRITABLE_MASK (1ULL << PT_WRITABLE_SHIFT) macro444 return pte & PT_WRITABLE_MASK; in process_is_writable_pte()