Searched refs:entry_SYSENTER_compat (Results 1 - 4 of 4) sorted by path

/linux-master/arch/x86/entry/
H A Dentry_64_compat.S50 SYM_CODE_START(entry_SYSENTER_compat)
128 SYM_CODE_END(entry_SYSENTER_compat)
/linux-master/arch/x86/include/asm/
H A Dproto.h29 void entry_SYSENTER_compat(void);
37 #define entry_SYSENTER_compat NULL macro
/linux-master/arch/x86/kernel/cpu/
H A Dcommon.c2037 wrmsrl_safe(MSR_IA32_SYSENTER_EIP, (u64)entry_SYSENTER_compat);
/linux-master/arch/x86/kernel/
H A Dtraps.c869 return (regs->ip - (unsigned long)entry_SYSENTER_compat) <
871 (unsigned long)entry_SYSENTER_compat;

Completed in 314 milliseconds