Home
last modified time | relevance | path

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

/linux-4.1.27/arch/hexagon/include/asm/
Dsyscall.h32 static inline long syscall_get_nr(struct task_struct *task, in syscall_get_nr() function
/linux-4.1.27/arch/parisc/include/asm/
Dsyscall.h11 static inline long syscall_get_nr(struct task_struct *tsk, in syscall_get_nr() function
/linux-4.1.27/include/asm-generic/
Dsyscall.h41 int syscall_get_nr(struct task_struct *task, struct pt_regs *regs);
/linux-4.1.27/arch/arc/include/asm/
Dsyscall.h18 syscall_get_nr(struct task_struct *task, struct pt_regs *regs) in syscall_get_nr() function
/linux-4.1.27/lib/
Dsyscall.c17 *callno = syscall_get_nr(target, regs); in collect_syscall()
/linux-4.1.27/arch/blackfin/include/asm/
Dsyscall.h26 syscall_get_nr(struct task_struct *task, struct pt_regs *regs) in syscall_get_nr() function
/linux-4.1.27/include/trace/events/
Dsyscalls.h54 __entry->id = syscall_get_nr(current, regs);
/linux-4.1.27/arch/openrisc/include/asm/
Dsyscall.h27 syscall_get_nr(struct task_struct *task, struct pt_regs *regs) in syscall_get_nr() function
/linux-4.1.27/arch/tile/include/asm/
Dsyscall.h36 static inline int syscall_get_nr(struct task_struct *t, struct pt_regs *regs) in syscall_get_nr() function
/linux-4.1.27/arch/ia64/include/asm/
Dsyscall.h20 static inline long syscall_get_nr(struct task_struct *task, in syscall_get_nr() function
/linux-4.1.27/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.1.27/kernel/
Dseccomp.c76 sd->nr = syscall_get_nr(task, regs); in populate_seccomp_data()
693 syscall_get_nr(current, task_pt_regs(current)); in seccomp_phase1()
724 audit_seccomp(syscall_get_nr(current, regs), 0, action); in seccomp_phase2()
743 if (syscall_get_nr(current, regs) < 0) in seccomp_phase2()
/linux-4.1.27/arch/frv/include/asm/
Dsyscall.h21 static inline long syscall_get_nr(struct task_struct *task, in syscall_get_nr() function
/linux-4.1.27/arch/s390/include/asm/
Dsyscall.h28 static inline long syscall_get_nr(struct task_struct *task, in syscall_get_nr() function
/linux-4.1.27/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.1.27/arch/powerpc/include/asm/
Dsyscall.h25 static inline long syscall_get_nr(struct task_struct *task, in syscall_get_nr() function
/linux-4.1.27/arch/c6x/include/asm/
Dsyscall.h17 static inline int syscall_get_nr(struct task_struct *task, in syscall_get_nr() function
/linux-4.1.27/arch/microblaze/include/asm/
Dsyscall.h10 static inline long syscall_get_nr(struct task_struct *task, in syscall_get_nr() function
/linux-4.1.27/arch/mips/include/asm/
Dsyscall.h29 static inline long syscall_get_nr(struct task_struct *task, in syscall_get_nr() function
/linux-4.1.27/arch/metag/include/asm/
Dsyscall.h22 static inline long syscall_get_nr(struct task_struct *task, in syscall_get_nr() function
/linux-4.1.27/arch/arm64/include/asm/
Dsyscall.h25 static inline int syscall_get_nr(struct task_struct *task, in syscall_get_nr() function
/linux-4.1.27/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.1.27/arch/arm/include/asm/
Dsyscall.h21 static inline int syscall_get_nr(struct task_struct *task, in syscall_get_nr() function
/linux-4.1.27/arch/sparc/include/asm/
Dsyscall.h18 static inline long syscall_get_nr(struct task_struct *task, in syscall_get_nr() function
/linux-4.1.27/arch/x86/include/asm/
Dsyscall.h31 static inline int syscall_get_nr(struct task_struct *task, struct pt_regs *regs) in syscall_get_nr() function
/linux-4.1.27/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.1.27/arch/x86/kernel/
Dsignal.c618 if (syscall_get_nr(current, regs) >= 0) { in handle_signal()
696 if (syscall_get_nr(current, regs) >= 0) { in do_signal()
Dptrace.c982 if (syscall_get_nr(child, regs) >= 0) in putreg32()