Home
last modified time | relevance | path

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

/arch/x86/kvm/
Dmmu.c142 #define ACC_USER_MASK PT_USER_MASK macro
143 #define ACC_ALL (ACC_EXEC_MASK | ACC_WRITE_MASK | ACC_USER_MASK)
199 access &= ACC_WRITE_MASK | ACC_USER_MASK; in mark_mmio_spte()
2211 if (pte_access & ACC_USER_MASK) in set_spte()