Searched refs:entry_SYSENTER_compat (Results 1 – 4 of 4) sorted by relevance
28 void entry_SYSENTER_compat(void);36 #define entry_SYSENTER_compat NULL macro
50 SYM_CODE_START(entry_SYSENTER_compat)134 SYM_CODE_END(entry_SYSENTER_compat)
1017 return (regs->ip - (unsigned long)entry_SYSENTER_compat) < in is_sysenter_singlestep()1019 (unsigned long)entry_SYSENTER_compat; in is_sysenter_singlestep()
2214 wrmsrq_safe(MSR_IA32_SYSENTER_EIP, (u64)entry_SYSENTER_compat); in idt_syscall_init()
Completed in 14 milliseconds