Home
last modified time | relevance | path

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

/linux/arch/x86/include/asm/
H A Dproto.h28 void entry_SYSENTER_compat(void);
36 #define entry_SYSENTER_compat NULL macro
/linux/arch/x86/entry/
H A Dentry_64_compat.S50 SYM_CODE_START(entry_SYSENTER_compat)
134 SYM_CODE_END(entry_SYSENTER_compat)
/linux/arch/x86/kernel/
H A Dtraps.c1136 return (regs->ip - (unsigned long)entry_SYSENTER_compat) < in is_sysenter_singlestep()
1138 (unsigned long)entry_SYSENTER_compat; in is_sysenter_singlestep()
/linux/arch/x86/kernel/cpu/
H A Dcommon.c2280 wrmsrq_safe(MSR_IA32_SYSENTER_EIP, (u64)entry_SYSENTER_compat); in idt_syscall_init()