Home
last modified time | relevance | path

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

/Linux-v5.4/arch/x86/kvm/
Dmmu.h17 #define PT_WRITABLE_MASK (1ULL << PT_WRITABLE_SHIFT) macro
140 return pte & PT_WRITABLE_MASK; in is_writable_pte()
Dpaging_tmpl.h113 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()
Dmmu.c169 #define PT64_PERM_MASK (PT_PRESENT_MASK | PT_WRITABLE_MASK | shadow_user_mask \
173 #define ACC_WRITE_MASK PT_WRITABLE_MASK
819 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 …]
Dmmutrace.h358 __entry->spte & PT_WRITABLE_MASK ? "w" : "-",
/Linux-v5.4/tools/lib/traceevent/plugins/
Dplugin_kvm.c439 #define PT_WRITABLE_MASK (1ULL << PT_WRITABLE_SHIFT) macro
445 return pte & PT_WRITABLE_MASK; in process_is_writable_pte()