Home
last modified time | relevance | path

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

/Linux-v4.19/arch/x86/kvm/
Dmmu.h18 #define PT_USER_MASK (1ULL << PT_USER_SHIFT) macro
201 ((pte_access & PT_USER_MASK) << (PFERR_RSVD_BIT - PT_USER_SHIFT)); in permission_fault()
Dpaging_tmpl.h194 access = gpte & (PT_WRITABLE_MASK | PT_USER_MASK | PT_PRESENT_MASK); in FNAME()
Dmmu.c134 #define ACC_USER_MASK PT_USER_MASK
3624 pm_mask |= PT_ACCESSED_MASK | PT_WRITABLE_MASK | PT_USER_MASK; in mmu_alloc_shadow_roots()
Dx86.c6701 kvm_mmu_set_mask_ptes(PT_USER_MASK, PT_ACCESSED_MASK, in kvm_arch_init()