entry_SYSENTER_compat
void entry_SYSENTER_compat(void);
wrmsrq_safe(MSR_IA32_SYSENTER_EIP, (u64)entry_SYSENTER_compat);
return (regs->ip - (unsigned long)entry_SYSENTER_compat) <
(unsigned long)entry_SYSENTER_compat;