Searched refs:PT_WRITABLE_MASK (Results 1 – 3 of 3) sorted by relevance
16 #define PT_WRITABLE_MASK (1ULL << PT_WRITABLE_SHIFT) macro132 return pte & PT_WRITABLE_MASK; in is_writable_pte()
122 BUILD_BUG_ON(PT_WRITABLE_MASK != ACC_WRITE_MASK); in FNAME()127 PT_WRITABLE_MASK; in FNAME()200 access = gpte & (PT_WRITABLE_MASK | PT_USER_MASK | PT_PRESENT_MASK); in FNAME()
124 #define PT64_PERM_MASK (PT_PRESENT_MASK | PT_WRITABLE_MASK | shadow_user_mask \128 #define ACC_WRITE_MASK PT_WRITABLE_MASK619 PT_WRITABLE_MASK)) in mmu_spte_clear_track_bits()1222 spte = spte & ~PT_WRITABLE_MASK; in spte_write_protect()1434 new_spte &= ~PT_WRITABLE_MASK; in kvm_set_pte_rmapp()2251 BUILD_BUG_ON(VMX_EPT_WRITABLE_MASK != PT_WRITABLE_MASK); in link_shadow_page()2253 spte = __pa(sp->spt) | shadow_present_mask | PT_WRITABLE_MASK | in link_shadow_page()2569 spte |= PT_WRITABLE_MASK | SPTE_MMU_WRITEABLE; in set_spte()2585 spte &= ~(PT_WRITABLE_MASK | SPTE_MMU_WRITEABLE); in set_spte()2918 if (cmpxchg64(sptep, spte, spte | PT_WRITABLE_MASK) == spte) in fast_pf_fix_direct_spte()[all …]