Home
last modified time | relevance | path

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

/linux/arch/hexagon/include/asm/
H A Dsyscall.h23 static inline long syscall_get_nr(struct task_struct *task, in syscall_get_nr() function
/linux/arch/openrisc/include/asm/
H A Dsyscall.h23 syscall_get_nr(struct task_struct *task, struct pt_regs *regs) in syscall_get_nr() function
/linux/include/trace/events/
H A Dsyscalls.h56 __entry->id = syscall_get_nr(current, regs);
/linux/arch/csky/include/asm/
H A Dsyscall.h14 syscall_get_nr(struct task_struct *task, struct pt_regs *regs) in syscall_get_nr() function
/linux/arch/m68k/include/asm/
H A Dsyscall.h11 static inline int syscall_get_nr(struct task_struct *task, in syscall_get_nr() function
/linux/arch/microblaze/include/asm/
H A Dsyscall.h11 static inline long syscall_get_nr(struct task_struct *task, in syscall_get_nr() function
/linux/lib/
H A Dsyscall.c29 info->data.nr = syscall_get_nr(target, regs); in collect_syscall()
/linux/arch/um/include/asm/
H A Dsyscall-generic.h18 static inline int syscall_get_nr(struct task_struct *task, struct pt_regs *regs) in syscall_get_nr() function
/linux/arch/arc/include/asm/
H A Dsyscall.h18 syscall_get_nr(struct task_struct *task, struct pt_regs *regs) in syscall_get_nr() function
/linux/arch/sh/include/asm/
H A Dsyscall_32.h12 static inline long syscall_get_nr(struct task_struct *task, in syscall_get_nr() function
/linux/arch/parisc/include/asm/
H A Dsyscall.h14 static inline long syscall_get_nr(struct task_struct *tsk, in syscall_get_nr() function
/linux/arch/nios2/include/asm/
H A Dsyscall.h13 static inline int syscall_get_nr(struct task_struct *task, struct pt_regs *regs) in syscall_get_nr() function
/linux/arch/sparc/include/asm/
H A Dsyscall.h20 static inline long syscall_get_nr(struct task_struct *task, in syscall_get_nr() function
/linux/arch/mips/include/asm/
H A Dsyscall.h38 static inline long syscall_get_nr(struct task_struct *task, in syscall_get_nr() function
/linux/kernel/
H A Dseccomp.c254 sd->nr = syscall_get_nr(task, regs); in populate_seccomp_data()
1106 int this_syscall = syscall_get_nr(current, current_pt_regs()); in __secure_computing()
1323 this_syscall = syscall_get_nr(current, current_pt_regs()); in __seccomp_filter()
1395 this_syscall = syscall_get_nr(current, current_pt_regs()); in __secure_computing()
/linux/kernel/trace/
H A Dtrace_syscalls.c74 return syscall_get_nr(task, regs); in trace_get_syscall_nr()
80 return syscall_get_nr(task, regs); in trace_get_syscall_nr()
/linux/arch/x86/kernel/
H A Dptrace.c933 if (syscall_get_nr(child, regs) != -1) in putreg32()