/arch/hexagon/include/asm/ |
D | syscall.h | 32 static inline long syscall_get_nr(struct task_struct *task, in syscall_get_nr() function
|
/arch/h8300/include/asm/ |
D | syscall.h | 12 syscall_get_nr(struct task_struct *task, struct pt_regs *regs) in syscall_get_nr() function
|
/arch/arc/include/asm/ |
D | syscall.h | 18 syscall_get_nr(struct task_struct *task, struct pt_regs *regs) in syscall_get_nr() function
|
/arch/parisc/include/asm/ |
D | syscall.h | 13 static inline long syscall_get_nr(struct task_struct *tsk, in syscall_get_nr() function
|
/arch/openrisc/include/asm/ |
D | syscall.h | 27 syscall_get_nr(struct task_struct *task, struct pt_regs *regs) in syscall_get_nr() function
|
/arch/blackfin/include/asm/ |
D | syscall.h | 26 syscall_get_nr(struct task_struct *task, struct pt_regs *regs) in syscall_get_nr() function
|
/arch/sh/include/asm/ |
D | syscall_64.h | 10 static inline long syscall_get_nr(struct task_struct *task, in syscall_get_nr() function
|
D | syscall_32.h | 11 static inline long syscall_get_nr(struct task_struct *task, in syscall_get_nr() function
|
/arch/ia64/include/asm/ |
D | syscall.h | 20 static inline long syscall_get_nr(struct task_struct *task, in syscall_get_nr() function
|
/arch/tile/include/asm/ |
D | syscall.h | 38 static inline int syscall_get_nr(struct task_struct *t, struct pt_regs *regs) in syscall_get_nr() function
|
/arch/frv/include/asm/ |
D | syscall.h | 21 static inline long syscall_get_nr(struct task_struct *task, in syscall_get_nr() function
|
/arch/mn10300/include/asm/ |
D | syscall.h | 22 static inline int syscall_get_nr(struct task_struct *task, struct pt_regs *regs) in syscall_get_nr() function
|
/arch/s390/include/asm/ |
D | syscall.h | 28 static inline long syscall_get_nr(struct task_struct *task, in syscall_get_nr() function
|
/arch/c6x/include/asm/ |
D | syscall.h | 17 static inline int syscall_get_nr(struct task_struct *task, in syscall_get_nr() function
|
/arch/powerpc/include/asm/ |
D | syscall.h | 25 static inline int syscall_get_nr(struct task_struct *task, struct pt_regs *regs) in syscall_get_nr() function
|
/arch/mips/include/asm/ |
D | syscall.h | 29 static inline long syscall_get_nr(struct task_struct *task, in syscall_get_nr() function
|
/arch/um/include/asm/ |
D | syscall-generic.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 | 10 static inline long syscall_get_nr(struct task_struct *task, in syscall_get_nr() function
|
/arch/arm64/include/asm/ |
D | syscall.h | 25 static inline int syscall_get_nr(struct task_struct *task, in syscall_get_nr() function
|
/arch/metag/include/asm/ |
D | syscall.h | 22 static inline long syscall_get_nr(struct task_struct *task, in syscall_get_nr() function
|
/arch/arm/include/asm/ |
D | syscall.h | 21 static inline int syscall_get_nr(struct task_struct *task, in syscall_get_nr() function
|
/arch/nios2/include/asm/ |
D | syscall.h | 23 static inline int syscall_get_nr(struct task_struct *task, struct pt_regs *regs) in syscall_get_nr() function
|
/arch/sparc/include/asm/ |
D | syscall.h | 19 static inline long syscall_get_nr(struct task_struct *task, in syscall_get_nr() function
|
/arch/x86/include/asm/ |
D | syscall.h | 43 static inline int syscall_get_nr(struct task_struct *task, struct pt_regs *regs) in syscall_get_nr() function
|
/arch/x86/kernel/ |
D | signal.c | 711 if (syscall_get_nr(current, regs) >= 0) { in handle_signal() 814 if (syscall_get_nr(current, regs) >= 0) { in do_signal()
|