Home
last modified time | relevance | path

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

/arch/x86/kvm/
Dmmu.h15 #define PT_WRITABLE_MASK (1ULL << PT_WRITABLE_SHIFT) macro
83 return pte & PT_WRITABLE_MASK; in is_writable_pte()
Dmmu.c135 #define PT64_PERM_MASK (PT_PRESENT_MASK | PT_WRITABLE_MASK | PT_USER_MASK \
141 #define ACC_WRITE_MASK PT_WRITABLE_MASK
1026 mmu_spte_update(spte, *spte & ~PT_WRITABLE_MASK); in kvm_mmu_rmap_write_protect()
1099 new_spte &= ~PT_WRITABLE_MASK; in kvm_set_pte_rmapp()
1792 | PT_WRITABLE_MASK | PT_USER_MASK; in link_shadow_page()
2237 spte |= PT_WRITABLE_MASK; in set_spte()
2267 spte &= ~PT_WRITABLE_MASK; in set_spte()
2482 | PT_PRESENT_MASK | PT_WRITABLE_MASK in __direct_map()
2766 pm_mask |= PT_ACCESSED_MASK | PT_WRITABLE_MASK | PT_USER_MASK; in mmu_alloc_shadow_roots()
3863 pt[i] & ~PT_WRITABLE_MASK); in kvm_mmu_slot_remove_write_access()
Dpaging_tmpl.h109 access = (gpte & (PT_WRITABLE_MASK | PT_USER_MASK)) | ACC_EXEC_MASK; in FNAME()