Home
last modified time | relevance | path

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

/linux/arch/x86/entry/
H A Dcommon.c58 static __always_inline bool do_syscall_x32(struct pt_regs *regs, int nr) in do_syscall_x32() function
83 if (!do_syscall_x64(regs, nr) && !do_syscall_x32(regs, nr) && nr != -1) { in do_syscall_64()