- unsigned long not_smap = (cpl - 3) & (rflags & X86_EFLAGS_AC);I really, really dislike shoving this into vcpu->arch. I'd much prefer to make
+ u32 not_smap = (rflags & X86_EFLAGS_AC) & vcpu->arch.explicit_access;
this a property of the access, even if that means adding another param or doing
something gross with @access (@pfec here).