Home
last modified time | relevance | path

Searched refs:ACC_USER_MASK (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/arch/x86/kvm/mmu/
H A Dspte.h32 #define ACC_USER_MASK PT_USER_MASK macro
33 #define ACC_ALL (ACC_EXEC_MASK | ACC_WRITE_MASK | ACC_USER_MASK)
H A Dspte.c100 * ACC_USER_MASK and shadow_user_mask are used to represent in make_spte()
117 if (pte_access & ACC_USER_MASK) in make_spte()
H A Dpaging_tmpl.h211 * set bit 0 if execute only is supported. Here, we repurpose ACC_USER_MASK
220 ((gpte & VMX_EPT_READABLE_MASK) ? ACC_USER_MASK : 0); in gpte_access()
858 walker.pte_access &= ~ACC_USER_MASK; in page_fault()
H A Dmmu.c4248 const u8 u = BYTE_MASK(ACC_USER_MASK); in update_permission_bitmask()
4365 /* PFEC.RSVD is replaced by ACC_USER_MASK. */ in update_pkru_bitmask()
5836 kvm_mmu_set_mmio_spte_mask(mask, ACC_WRITE_MASK | ACC_USER_MASK); in kvm_set_mmio_spte_mask()
/kernel/linux/linux-6.6/arch/x86/kvm/mmu/
H A Dspte.h48 #define ACC_USER_MASK PT_USER_MASK macro
49 #define ACC_ALL (ACC_EXEC_MASK | ACC_WRITE_MASK | ACC_USER_MASK)
H A Dspte.c157 * ACC_USER_MASK and shadow_user_mask are used to represent in make_spte()
186 if (pte_access & ACC_USER_MASK) in make_spte()
516 kvm_mmu_set_mmio_spte_mask(mask, mask, ACC_WRITE_MASK | ACC_USER_MASK); in kvm_mmu_reset_all_pte_masks()
H A Dpaging_tmpl.h176 * set bit 0 if execute only is supported. Here, we repurpose ACC_USER_MASK
185 ((gpte & VMX_EPT_READABLE_MASK) ? ACC_USER_MASK : 0); in gpte_access()
826 walker.pte_access &= ~ACC_USER_MASK; in page_fault()
H A Dmmu.c4951 const u8 u = BYTE_MASK(ACC_USER_MASK); in update_permission_bitmask()
5062 /* PFEC.RSVD is replaced by ACC_USER_MASK. */ in update_pkru_bitmask()

Completed in 23 milliseconds