/arch/hexagon/include/asm/ |
D | syscall.h | 23 static inline long syscall_get_nr(struct task_struct *task, in syscall_get_nr() function
|
/arch/h8300/include/asm/ |
D | syscall.h | 14 syscall_get_nr(struct task_struct *task, struct pt_regs *regs) in syscall_get_nr() function
|
/arch/openrisc/include/asm/ |
D | syscall.h | 23 syscall_get_nr(struct task_struct *task, struct pt_regs *regs) in syscall_get_nr() function
|
/arch/arc/include/asm/ |
D | syscall.h | 16 syscall_get_nr(struct task_struct *task, struct pt_regs *regs) in syscall_get_nr() function
|
/arch/parisc/include/asm/ |
D | syscall.h | 14 static inline long syscall_get_nr(struct task_struct *tsk, in syscall_get_nr() function
|
/arch/ia64/include/asm/ |
D | syscall.h | 17 static inline long syscall_get_nr(struct task_struct *task, in syscall_get_nr() function
|
/arch/sh/include/asm/ |
D | syscall_64.h | 11 static inline long syscall_get_nr(struct task_struct *task, in syscall_get_nr() function
|
D | syscall_32.h | 12 static inline long syscall_get_nr(struct task_struct *task, in syscall_get_nr() function
|
/arch/arm/include/asm/ |
D | syscall.h | 22 static inline int syscall_get_nr(struct task_struct *task, in syscall_get_nr() function
|
/arch/csky/include/asm/ |
D | syscall.h | 14 syscall_get_nr(struct task_struct *task, struct pt_regs *regs) in syscall_get_nr() function
|
/arch/nds32/include/asm/ |
D | syscall.h | 30 syscall_get_nr(struct task_struct *task, struct pt_regs *regs) in syscall_get_nr() function
|
/arch/riscv/include/asm/ |
D | syscall.h | 25 static inline int syscall_get_nr(struct task_struct *task, in syscall_get_nr() function
|
/arch/c6x/include/asm/ |
D | syscall.h | 14 static inline int syscall_get_nr(struct task_struct *task, in syscall_get_nr() function
|
/arch/um/include/asm/ |
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/xtensa/include/asm/ |
D | syscall.h | 25 static inline long syscall_get_nr(struct task_struct *task, in syscall_get_nr() function
|
/arch/s390/include/asm/ |
D | syscall.h | 20 static inline long syscall_get_nr(struct task_struct *task, in syscall_get_nr() function
|
/arch/nios2/include/asm/ |
D | syscall.h | 13 static inline int syscall_get_nr(struct task_struct *task, struct pt_regs *regs) in syscall_get_nr() function
|
/arch/arm64/include/asm/ |
D | syscall.h | 20 static inline int syscall_get_nr(struct task_struct *task, in syscall_get_nr() function
|
/arch/powerpc/include/asm/ |
D | syscall.h | 21 static inline int syscall_get_nr(struct task_struct *task, struct pt_regs *regs) in syscall_get_nr() function
|
/arch/microblaze/include/asm/ |
D | syscall.h | 11 static inline long syscall_get_nr(struct task_struct *task, in syscall_get_nr() function
|
/arch/mips/include/asm/ |
D | syscall.h | 38 static inline long syscall_get_nr(struct task_struct *task, in syscall_get_nr() function
|
/arch/sparc/include/asm/ |
D | syscall.h | 20 static inline long syscall_get_nr(struct task_struct *task, in syscall_get_nr() function
|
/arch/x86/include/asm/ |
D | syscall.h | 48 static inline int syscall_get_nr(struct task_struct *task, struct pt_regs *regs) in syscall_get_nr() function
|
/arch/riscv/kernel/ |
D | ptrace.c | 159 trace_sys_enter(regs, syscall_get_nr(current, regs)); in do_syscall_trace_enter()
|
/arch/csky/kernel/ |
D | ptrace.c | 223 trace_sys_enter(regs, syscall_get_nr(current, regs)); in syscall_trace_enter()
|