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

/linux-4.1.27/arch/parisc/include/asm/
H A Dsyscall.h11 static inline long syscall_get_nr(struct task_struct *tsk, syscall_get_nr() function
/linux-4.1.27/include/trace/events/
H A Dsyscalls.h54 __entry->id = syscall_get_nr(current, regs);
/linux-4.1.27/arch/microblaze/include/asm/
H A Dsyscall.h10 static inline long syscall_get_nr(struct task_struct *task, syscall_get_nr() function
/linux-4.1.27/arch/sh/include/asm/
H A Dsyscall_64.h10 static inline long syscall_get_nr(struct task_struct *task, syscall_get_nr() function
H A Dsyscall_32.h11 static inline long syscall_get_nr(struct task_struct *task, syscall_get_nr() function
/linux-4.1.27/arch/openrisc/include/asm/
H A Dsyscall.h27 syscall_get_nr(struct task_struct *task, struct pt_regs *regs) syscall_get_nr() function
/linux-4.1.27/arch/blackfin/include/asm/
H A Dsyscall.h26 syscall_get_nr(struct task_struct *task, struct pt_regs *regs) syscall_get_nr() function
/linux-4.1.27/arch/c6x/include/asm/
H A Dsyscall.h17 static inline int syscall_get_nr(struct task_struct *task, syscall_get_nr() function
/linux-4.1.27/arch/hexagon/include/asm/
H A Dsyscall.h32 static inline long syscall_get_nr(struct task_struct *task, syscall_get_nr() function
/linux-4.1.27/arch/ia64/include/asm/
H A Dsyscall.h20 static inline long syscall_get_nr(struct task_struct *task, syscall_get_nr() function
/linux-4.1.27/arch/arm/include/asm/
H A Dsyscall.h21 static inline int syscall_get_nr(struct task_struct *task, syscall_get_nr() function
/linux-4.1.27/arch/arc/include/asm/
H A Dsyscall.h18 syscall_get_nr(struct task_struct *task, struct pt_regs *regs) syscall_get_nr() function
/linux-4.1.27/arch/tile/include/asm/
H A Dsyscall.h36 static inline int syscall_get_nr(struct task_struct *t, struct pt_regs *regs) syscall_get_nr() function
/linux-4.1.27/arch/metag/include/asm/
H A Dsyscall.h22 static inline long syscall_get_nr(struct task_struct *task, syscall_get_nr() function
/linux-4.1.27/arch/s390/include/asm/
H A Dsyscall.h28 static inline long syscall_get_nr(struct task_struct *task, syscall_get_nr() function
/linux-4.1.27/arch/mn10300/include/asm/
H A Dsyscall.h22 static inline int syscall_get_nr(struct task_struct *task, struct pt_regs *regs) syscall_get_nr() function
/linux-4.1.27/arch/nios2/include/asm/
H A Dsyscall.h23 static inline int syscall_get_nr(struct task_struct *task, struct pt_regs *regs) syscall_get_nr() function
/linux-4.1.27/arch/powerpc/include/asm/
H A Dsyscall.h25 static inline long syscall_get_nr(struct task_struct *task, syscall_get_nr() function
/linux-4.1.27/arch/arm64/include/asm/
H A Dsyscall.h25 static inline int syscall_get_nr(struct task_struct *task, syscall_get_nr() function
/linux-4.1.27/lib/
H A Dsyscall.c17 *callno = syscall_get_nr(target, regs); collect_syscall()
/linux-4.1.27/arch/sparc/include/asm/
H A Dsyscall.h18 static inline long syscall_get_nr(struct task_struct *task, syscall_get_nr() function
/linux-4.1.27/arch/mips/include/asm/
H A Dsyscall.h29 static inline long syscall_get_nr(struct task_struct *task, syscall_get_nr() function
/linux-4.1.27/arch/frv/include/asm/
H A Dsyscall.h21 static inline long syscall_get_nr(struct task_struct *task, syscall_get_nr() function
/linux-4.1.27/include/asm-generic/
H A Dsyscall.h26 * syscall_get_nr - find what system call a task is executing
41 int syscall_get_nr(struct task_struct *task, struct pt_regs *regs);
/linux-4.1.27/arch/x86/include/asm/
H A Dsyscall.h31 static inline int syscall_get_nr(struct task_struct *task, struct pt_regs *regs) syscall_get_nr() function
/linux-4.1.27/kernel/trace/
H A Dtrace_syscalls.c69 return syscall_get_nr(task, regs); trace_get_syscall_nr()
75 return syscall_get_nr(task, regs); trace_get_syscall_nr()
/linux-4.1.27/kernel/
H A Dseccomp.c76 sd->nr = syscall_get_nr(task, regs); populate_seccomp_data()
693 syscall_get_nr(current, task_pt_regs(current)); seccomp_phase1()
724 audit_seccomp(syscall_get_nr(current, regs), 0, action); seccomp_phase2()
743 if (syscall_get_nr(current, regs) < 0) seccomp_phase2()
/linux-4.1.27/arch/x86/kernel/
H A Dsignal.c618 if (syscall_get_nr(current, regs) >= 0) { handle_signal()
696 if (syscall_get_nr(current, regs) >= 0) { do_signal()
H A Dptrace.c982 if (syscall_get_nr(child, regs) >= 0) putreg32()

Completed in 694 milliseconds