Searched refs:PT_USER_MASK (Results 1 – 6 of 6) sorted by relevance
19 #define PT_USER_MASK (1ULL << PT_USER_SHIFT) macro206 ((pte_access & PT_USER_MASK) << (PFERR_RSVD_BIT - PT_USER_SHIFT)); in permission_fault()
8124 kvm_mmu_set_mask_ptes(PT_USER_MASK, PT_ACCESSED_MASK, in kvm_arch_init()
32 #define ACC_USER_MASK PT_USER_MASK
224 access = gpte & (PT_WRITABLE_MASK | PT_USER_MASK | PT_PRESENT_MASK); in FNAME()
3309 pm_mask |= PT_ACCESSED_MASK | PT_WRITABLE_MASK | PT_USER_MASK; in mmu_alloc_shadow_roots()
873 kvm_mmu_set_mmio_spte_mask(mask, PT_WRITABLE_MASK | PT_USER_MASK); in svm_adjust_mmio_mask()