Home
last modified time | relevance | path

Searched refs:PT_WRITABLE_MASK (Results 1 – 4 of 4) sorted by relevance

/linux-4.1.27/arch/x86/kvm/
Dmmu.h15 #define PT_WRITABLE_MASK (1ULL << PT_WRITABLE_SHIFT) macro
132 return pte & PT_WRITABLE_MASK; in is_writable_pte()
Dpaging_tmpl.h122 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)) | ACC_EXEC_MASK; in FNAME()
Dmmu.c122 #define PT64_PERM_MASK (PT_PRESENT_MASK | PT_WRITABLE_MASK | shadow_user_mask \
126 #define ACC_WRITE_MASK PT_WRITABLE_MASK
1173 spte = spte & ~PT_WRITABLE_MASK; in spte_write_protect()
1388 new_spte &= ~PT_WRITABLE_MASK; in kvm_set_pte_rmapp()
2135 VMX_EPT_WRITABLE_MASK != PT_WRITABLE_MASK); in link_shadow_page()
2137 spte = __pa(sp->spt) | PT_PRESENT_MASK | PT_WRITABLE_MASK | in link_shadow_page()
2561 spte |= PT_WRITABLE_MASK | SPTE_MMU_WRITEABLE; in set_spte()
2577 spte &= ~(PT_WRITABLE_MASK | SPTE_MMU_WRITEABLE); in set_spte()
2912 if (cmpxchg64(sptep, spte, spte | PT_WRITABLE_MASK) == spte) in fast_pf_fix_direct_spte()
3193 pm_mask |= PT_ACCESSED_MASK | PT_WRITABLE_MASK | PT_USER_MASK; in mmu_alloc_shadow_roots()
/linux-4.1.27/tools/lib/traceevent/
Dplugin_kvm.c429 #define PT_WRITABLE_MASK (1ULL << PT_WRITABLE_SHIFT) macro
435 return pte & PT_WRITABLE_MASK; in process_is_writable_pte()