Searched refs:smap (Results 1 – 3 of 3) sorted by relevance
197 unsigned long smap = (cpl - 3) & (rflags & X86_EFLAGS_AC); in permission_fault() local199 (smap >> (X86_EFLAGS_AC_BIT - PFERR_RSVD_BIT + 1)); in permission_fault()
4454 bool smep, smap, is_user; in svm_can_emulate_instruction() local4513 smap = cr4 & X86_CR4_SMAP; in svm_can_emulate_instruction()4515 if (smap && (!smep || is_user)) { in svm_can_emulate_instruction()
216 BUILD_MMU_ROLE_REGS_ACCESSOR(cr4, smap, X86_CR4_SMAP);238 BUILD_MMU_ROLE_ACCESSOR(ext, cr4, smap);