Searched refs:not_smap (Results 1 – 1 of 1) sorted by relevance
192 bool not_smap = ((rflags & X86_EFLAGS_AC) | implicit_access) == X86_EFLAGS_AC; in permission_fault() local193 int index = (pfec | (not_smap ? PFERR_RSVD_MASK : 0)) >> 1; in permission_fault()