Searched refs:do_syscall_x32 (Results 1 – 1 of 1) sorted by relevance
58 static __always_inline bool do_syscall_x32(struct pt_regs *regs, int nr) in do_syscall_x32() function83 if (!do_syscall_x64(regs, nr) && !do_syscall_x32(regs, nr) && nr != -1) { in do_syscall_64()