Home
last modified time | relevance | path

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

/Linux-v4.19/arch/x86/kvm/
Dmmu.h17 #define PT_WRITABLE_MASK (1ULL << PT_WRITABLE_SHIFT) macro
145 return pte & PT_WRITABLE_MASK; in is_writable_pte()
Dpaging_tmpl.h116 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()
Dmmu.c129 #define PT64_PERM_MASK (PT_PRESENT_MASK | PT_WRITABLE_MASK | shadow_user_mask \
133 #define ACC_WRITE_MASK PT_WRITABLE_MASK
689 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 …]
/Linux-v4.19/tools/lib/traceevent/
Dplugin_kvm.c438 #define PT_WRITABLE_MASK (1ULL << PT_WRITABLE_SHIFT) macro
444 return pte & PT_WRITABLE_MASK; in process_is_writable_pte()