| /arch/hexagon/include/asm/ |
| A D | syscall.h | 23 static inline long syscall_get_nr(struct task_struct *task, in syscall_get_nr() function
|
| /arch/openrisc/include/asm/ |
| A D | syscall.h | 23 syscall_get_nr(struct task_struct *task, struct pt_regs *regs) in syscall_get_nr() function
|
| /arch/loongarch/include/asm/ |
| A D | syscall.h | 23 static inline long syscall_get_nr(struct task_struct *task, in syscall_get_nr() function
|
| /arch/csky/include/asm/ |
| A D | syscall.h | 14 syscall_get_nr(struct task_struct *task, struct pt_regs *regs) in syscall_get_nr() function
|
| /arch/m68k/include/asm/ |
| A D | syscall.h | 11 static inline int syscall_get_nr(struct task_struct *task, in syscall_get_nr() function
|
| /arch/microblaze/include/asm/ |
| A D | syscall.h | 11 static inline long syscall_get_nr(struct task_struct *task, in syscall_get_nr() function
|
| /arch/um/include/asm/ |
| A D | syscall-generic.h | 18 static inline int syscall_get_nr(struct task_struct *task, struct pt_regs *regs) in syscall_get_nr() function
|
| /arch/arc/include/asm/ |
| A D | syscall.h | 18 syscall_get_nr(struct task_struct *task, struct pt_regs *regs) in syscall_get_nr() function
|
| /arch/sh/include/asm/ |
| A D | syscall_32.h | 12 static inline long syscall_get_nr(struct task_struct *task, in syscall_get_nr() function
|
| /arch/xtensa/include/asm/ |
| A D | syscall.h | 25 static inline long syscall_get_nr(struct task_struct *task, in syscall_get_nr() function
|
| /arch/parisc/include/asm/ |
| A D | syscall.h | 14 static inline long syscall_get_nr(struct task_struct *tsk, in syscall_get_nr() function
|
| /arch/nios2/include/asm/ |
| A D | syscall.h | 13 static inline int syscall_get_nr(struct task_struct *task, struct pt_regs *regs) in syscall_get_nr() function
|
| /arch/x86/kernel/ |
| A D | signal.c | 264 if (syscall_get_nr(current, regs) != -1) { in handle_signal() 344 if (syscall_get_nr(current, regs) != -1) { in arch_do_signal_or_restart()
|
| /arch/arm64/include/asm/ |
| A D | syscall.h | 20 static inline int syscall_get_nr(struct task_struct *task, in syscall_get_nr() function
|
| /arch/powerpc/include/asm/ |
| A D | syscall.h | 28 static inline int syscall_get_nr(struct task_struct *task, struct pt_regs *regs) in syscall_get_nr() function
|
| /arch/arm/include/asm/ |
| A D | syscall.h | 22 static inline int syscall_get_nr(struct task_struct *task, in syscall_get_nr() function
|
| /arch/riscv/include/asm/ |
| A D | syscall.h | 27 static inline int syscall_get_nr(struct task_struct *task, in syscall_get_nr() function
|
| /arch/sparc/include/asm/ |
| A D | syscall.h | 20 static inline long syscall_get_nr(struct task_struct *task, in syscall_get_nr() function
|
| /arch/mips/include/asm/ |
| A D | syscall.h | 38 static inline long syscall_get_nr(struct task_struct *task, in syscall_get_nr() function
|
| /arch/s390/include/asm/ |
| A D | syscall.h | 20 static inline long syscall_get_nr(struct task_struct *task, in syscall_get_nr() function
|
| /arch/x86/include/asm/ |
| A D | syscall.h | 36 static inline int syscall_get_nr(struct task_struct *task, struct pt_regs *regs) in syscall_get_nr() function
|
| /arch/arm/kernel/ |
| A D | ptrace.c | 862 secure_computing_strict(syscall_get_nr(current, regs)); in syscall_trace_enter() 866 scno = syscall_get_nr(current, regs); in syscall_trace_enter()
|
| /arch/csky/kernel/ |
| A D | ptrace.c | 330 trace_sys_enter(regs, syscall_get_nr(current, regs)); in syscall_trace_enter()
|
| /arch/arc/kernel/ |
| A D | ptrace.c | 350 trace_sys_enter(regs, syscall_get_nr(current, regs)); in syscall_trace_enter()
|
| /arch/xtensa/kernel/ |
| A D | ptrace.c | 563 trace_sys_enter(regs, syscall_get_nr(current, regs)); in do_syscall_trace_enter()
|