Home
last modified time | relevance | path

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

/linux-4.4.14/arch/hexagon/include/asm/
Dsyscall.h32 static inline long syscall_get_nr(struct task_struct *task, in syscall_get_nr() function
/linux-4.4.14/arch/parisc/include/asm/
Dsyscall.h11 static inline long syscall_get_nr(struct task_struct *tsk, in syscall_get_nr() function
/linux-4.4.14/include/asm-generic/
Dsyscall.h41 int syscall_get_nr(struct task_struct *task, struct pt_regs *regs);
/linux-4.4.14/arch/h8300/include/asm/
Dsyscall.h12 syscall_get_nr(struct task_struct *task, struct pt_regs *regs) in syscall_get_nr() function
/linux-4.4.14/arch/arc/include/asm/
Dsyscall.h18 syscall_get_nr(struct task_struct *task, struct pt_regs *regs) in syscall_get_nr() function
/linux-4.4.14/lib/
Dsyscall.c17 *callno = syscall_get_nr(target, regs); in collect_syscall()
/linux-4.4.14/arch/openrisc/include/asm/
Dsyscall.h27 syscall_get_nr(struct task_struct *task, struct pt_regs *regs) in syscall_get_nr() function
/linux-4.4.14/arch/blackfin/include/asm/
Dsyscall.h26 syscall_get_nr(struct task_struct *task, struct pt_regs *regs) in syscall_get_nr() function
/linux-4.4.14/include/trace/events/
Dsyscalls.h54 __entry->id = syscall_get_nr(current, regs);
/linux-4.4.14/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
/linux-4.4.14/arch/ia64/include/asm/
Dsyscall.h20 static inline long syscall_get_nr(struct task_struct *task, in syscall_get_nr() function
/linux-4.4.14/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
/linux-4.4.14/kernel/
Dseccomp.c76 sd->nr = syscall_get_nr(task, regs); in populate_seccomp_data()
655 syscall_get_nr(current, task_pt_regs(current)); in seccomp_phase1()
690 audit_seccomp(syscall_get_nr(current, regs), 0, action); in seccomp_phase2()
709 if (syscall_get_nr(current, regs) < 0) in seccomp_phase2()
/linux-4.4.14/arch/frv/include/asm/
Dsyscall.h21 static inline long syscall_get_nr(struct task_struct *task, in syscall_get_nr() function
/linux-4.4.14/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
/linux-4.4.14/arch/s390/include/asm/
Dsyscall.h28 static inline long syscall_get_nr(struct task_struct *task, in syscall_get_nr() function
/linux-4.4.14/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
/linux-4.4.14/arch/c6x/include/asm/
Dsyscall.h17 static inline int syscall_get_nr(struct task_struct *task, in syscall_get_nr() function
/linux-4.4.14/arch/microblaze/include/asm/
Dsyscall.h10 static inline long syscall_get_nr(struct task_struct *task, in syscall_get_nr() function
/linux-4.4.14/arch/mips/include/asm/
Dsyscall.h29 static inline long syscall_get_nr(struct task_struct *task, in syscall_get_nr() function
/linux-4.4.14/arch/arm/include/asm/
Dsyscall.h21 static inline int syscall_get_nr(struct task_struct *task, in syscall_get_nr() function
/linux-4.4.14/arch/metag/include/asm/
Dsyscall.h22 static inline long syscall_get_nr(struct task_struct *task, in syscall_get_nr() function
/linux-4.4.14/arch/arm64/include/asm/
Dsyscall.h25 static inline int syscall_get_nr(struct task_struct *task, in syscall_get_nr() function
/linux-4.4.14/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
/linux-4.4.14/arch/sparc/include/asm/
Dsyscall.h18 static inline long syscall_get_nr(struct task_struct *task, in syscall_get_nr() function
/linux-4.4.14/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
/linux-4.4.14/kernel/trace/
Dtrace_syscalls.c69 return syscall_get_nr(task, regs); in trace_get_syscall_nr()
75 return syscall_get_nr(task, regs); in trace_get_syscall_nr()
/linux-4.4.14/arch/x86/kernel/
Dsignal.c641 if (syscall_get_nr(current, regs) >= 0) { in handle_signal()
719 if (syscall_get_nr(current, regs) >= 0) { in do_signal()
Dptrace.c980 if (syscall_get_nr(child, regs) >= 0) in putreg32()