Searched refs:PT_USER_MASK (Results 1 – 4 of 4) sorted by relevance
16 #define PT_USER_MASK (1ULL << 2) macro99 if (unlikely(user_fault && !(pte & PT_USER_MASK))) in check_write_user_access()
109 access = (gpte & (PT_WRITABLE_MASK | PT_USER_MASK)) | ACC_EXEC_MASK; in FNAME()229 if (unlikely(pte_access & PT_USER_MASK) && in FNAME()
135 #define PT64_PERM_MASK (PT_PRESENT_MASK | PT_WRITABLE_MASK | PT_USER_MASK \142 #define ACC_USER_MASK PT_USER_MASK1792 | PT_WRITABLE_MASK | PT_USER_MASK; in link_shadow_page()2241 spte &= ~PT_USER_MASK; in set_spte()2769 pm_mask |= PT_ACCESSED_MASK | PT_WRITABLE_MASK | PT_USER_MASK; in mmu_alloc_shadow_roots()
4883 kvm_mmu_set_mask_ptes(PT_USER_MASK, PT_ACCESSED_MASK, in kvm_arch_init()