Home
last modified time | relevance | path

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

/linux/arch/x86/kvm/mmu/
H A Dspte.h50 #define ACC_USER_MASK PT_USER_MASK macro
51 #define ACC_ALL (ACC_EXEC_MASK | ACC_WRITE_MASK | ACC_USER_MASK)
H A Dmmu.c5203 const u8 u = BYTE_MASK(ACC_USER_MASK); in update_permission_bitmask()