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

/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/entry/
H A Dentry_64_compat.S51 SYM_CODE_START(entry_SYSENTER_compat)
129 SYM_CODE_END(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;
/linux-master/arch/x86/kernel/cpu/
H A Dcommon.c2041 wrmsrl_safe(MSR_IA32_SYSENTER_EIP, (u64)entry_SYSENTER_compat);

Completed in 115 milliseconds