Home
last modified time | relevance | path

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

/linux-6.12.1/arch/x86/kvm/
Dmmu.h16 #define PT_USER_MASK (1ULL << PT_USER_SHIFT) macro
214 offset = (pfec & ~1) | ((pte_access & PT_USER_MASK) ? PFERR_RSVD_MASK : 0); in permission_fault()
/linux-6.12.1/arch/x86/kvm/mmu/
Dspte.h50 #define ACC_USER_MASK PT_USER_MASK
Dspte.c482 shadow_user_mask = PT_USER_MASK; in kvm_mmu_reset_all_pte_masks()
Dpaging_tmpl.h189 access = gpte & (PT_WRITABLE_MASK | PT_USER_MASK | PT_PRESENT_MASK); in FNAME()
Dmmu.c3899 pm_mask |= PT_ACCESSED_MASK | PT_WRITABLE_MASK | PT_USER_MASK; in mmu_alloc_shadow_roots()
/linux-6.12.1/arch/x86/kvm/svm/
Dsvm.c5178 kvm_mmu_set_mmio_spte_mask(mask, mask, PT_WRITABLE_MASK | PT_USER_MASK); in svm_adjust_mmio_mask()