Home
last modified time | relevance | path

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

/linux-6.15/arch/x86/include/asm/
H A Dproto.h30 void entry_SYSCALL_compat(void);
35 #define entry_SYSCALL_compat NULL macro
H A Dptrace.h270 ret = ret || (regs->ip >= (unsigned long)entry_SYSCALL_compat && in ip_within_syscall_gap()
/linux-6.15/arch/x86/entry/
H A Dentry_64_compat.S183 SYM_CODE_START(entry_SYSCALL_compat)
285 SYM_CODE_END(entry_SYSCALL_compat)
/linux-6.15/arch/x86/kernel/cpu/
H A Dcommon.c2152 wrmsrl_cstar((unsigned long)entry_SYSCALL_compat); in idt_syscall_init()