Home
last modified time | relevance | path

Searched refs:syscall_get_nr (Results 1 – 25 of 26) sorted by relevance

12

/arch/hexagon/include/asm/
Dsyscall.h32 static inline long syscall_get_nr(struct task_struct *task, in syscall_get_nr() function
/arch/h8300/include/asm/
Dsyscall.h12 syscall_get_nr(struct task_struct *task, struct pt_regs *regs) in syscall_get_nr() function
/arch/arc/include/asm/
Dsyscall.h18 syscall_get_nr(struct task_struct *task, struct pt_regs *regs) in syscall_get_nr() function
/arch/parisc/include/asm/
Dsyscall.h13 static inline long syscall_get_nr(struct task_struct *tsk, in syscall_get_nr() function
/arch/openrisc/include/asm/
Dsyscall.h27 syscall_get_nr(struct task_struct *task, struct pt_regs *regs) in syscall_get_nr() function
/arch/blackfin/include/asm/
Dsyscall.h26 syscall_get_nr(struct task_struct *task, struct pt_regs *regs) in syscall_get_nr() function
/arch/sh/include/asm/
Dsyscall_64.h10 static inline long syscall_get_nr(struct task_struct *task, in syscall_get_nr() function
Dsyscall_32.h11 static inline long syscall_get_nr(struct task_struct *task, in syscall_get_nr() function
/arch/ia64/include/asm/
Dsyscall.h20 static inline long syscall_get_nr(struct task_struct *task, in syscall_get_nr() function
/arch/tile/include/asm/
Dsyscall.h38 static inline int syscall_get_nr(struct task_struct *t, struct pt_regs *regs) in syscall_get_nr() function
/arch/frv/include/asm/
Dsyscall.h21 static inline long syscall_get_nr(struct task_struct *task, in syscall_get_nr() function
/arch/mn10300/include/asm/
Dsyscall.h22 static inline int syscall_get_nr(struct task_struct *task, struct pt_regs *regs) in syscall_get_nr() function
/arch/s390/include/asm/
Dsyscall.h28 static inline long syscall_get_nr(struct task_struct *task, in syscall_get_nr() function
/arch/c6x/include/asm/
Dsyscall.h17 static inline int syscall_get_nr(struct task_struct *task, in syscall_get_nr() function
/arch/powerpc/include/asm/
Dsyscall.h25 static inline int syscall_get_nr(struct task_struct *task, struct pt_regs *regs) in syscall_get_nr() function
/arch/mips/include/asm/
Dsyscall.h29 static inline long syscall_get_nr(struct task_struct *task, in syscall_get_nr() function
/arch/um/include/asm/
Dsyscall-generic.h21 static inline int syscall_get_nr(struct task_struct *task, struct pt_regs *regs) in syscall_get_nr() function
/arch/microblaze/include/asm/
Dsyscall.h10 static inline long syscall_get_nr(struct task_struct *task, in syscall_get_nr() function
/arch/arm64/include/asm/
Dsyscall.h25 static inline int syscall_get_nr(struct task_struct *task, in syscall_get_nr() function
/arch/metag/include/asm/
Dsyscall.h22 static inline long syscall_get_nr(struct task_struct *task, in syscall_get_nr() function
/arch/arm/include/asm/
Dsyscall.h21 static inline int syscall_get_nr(struct task_struct *task, in syscall_get_nr() function
/arch/nios2/include/asm/
Dsyscall.h23 static inline int syscall_get_nr(struct task_struct *task, struct pt_regs *regs) in syscall_get_nr() function
/arch/sparc/include/asm/
Dsyscall.h19 static inline long syscall_get_nr(struct task_struct *task, in syscall_get_nr() function
/arch/x86/include/asm/
Dsyscall.h43 static inline int syscall_get_nr(struct task_struct *task, struct pt_regs *regs) in syscall_get_nr() function
/arch/x86/kernel/
Dsignal.c711 if (syscall_get_nr(current, regs) >= 0) { in handle_signal()
814 if (syscall_get_nr(current, regs) >= 0) { in do_signal()

12