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

12

/linux-master/include/asm-generic/
H A Dsyscall.h23 * syscall_get_nr - find what system call a task is executing
38 int syscall_get_nr(struct task_struct *task, struct pt_regs *regs);
/linux-master/arch/hexagon/include/asm/
H A Dsyscall.h23 static inline long syscall_get_nr(struct task_struct *task, function
/linux-master/arch/openrisc/include/asm/
H A Dsyscall.h23 syscall_get_nr(struct task_struct *task, struct pt_regs *regs) function
/linux-master/include/trace/events/
H A Dsyscalls.h56 __entry->id = syscall_get_nr(current, regs);
/linux-master/arch/parisc/include/asm/
H A Dsyscall.h14 static inline long syscall_get_nr(struct task_struct *tsk, function
/linux-master/lib/
H A Dsyscall.c29 info->data.nr = syscall_get_nr(target, regs);
/linux-master/arch/nios2/include/asm/
H A Dsyscall.h13 static inline int syscall_get_nr(struct task_struct *task, struct pt_regs *regs) function
/linux-master/arch/microblaze/include/asm/
H A Dsyscall.h11 static inline long syscall_get_nr(struct task_struct *task, function
/linux-master/arch/csky/include/asm/
H A Dsyscall.h14 syscall_get_nr(struct task_struct *task, struct pt_regs *regs) function
/linux-master/arch/xtensa/include/asm/
H A Dsyscall.h25 static inline long syscall_get_nr(struct task_struct *task, function
/linux-master/arch/sh/include/asm/
H A Dsyscall_32.h12 static inline long syscall_get_nr(struct task_struct *task, function
/linux-master/arch/um/include/asm/
H A Dsyscall-generic.h18 static inline int syscall_get_nr(struct task_struct *task, struct pt_regs *regs) function
/linux-master/arch/arc/include/asm/
H A Dsyscall.h18 syscall_get_nr(struct task_struct *task, struct pt_regs *regs) function
/linux-master/arch/loongarch/include/asm/
H A Dsyscall.h23 static inline long syscall_get_nr(struct task_struct *task, function
/linux-master/arch/powerpc/include/asm/
H A Dsyscall.h28 static inline int syscall_get_nr(struct task_struct *task, struct pt_regs *regs) function
/linux-master/arch/m68k/include/asm/
H A Dsyscall.h11 static inline int syscall_get_nr(struct task_struct *task, function
/linux-master/arch/arm64/include/asm/
H A Dsyscall.h20 static inline int syscall_get_nr(struct task_struct *task, function
/linux-master/arch/arm/include/asm/
H A Dsyscall.h22 static inline int syscall_get_nr(struct task_struct *task, function
/linux-master/arch/riscv/include/asm/
H A Dsyscall.h27 static inline int syscall_get_nr(struct task_struct *task, function
/linux-master/arch/sparc/include/asm/
H A Dsyscall.h20 static inline long syscall_get_nr(struct task_struct *task, function
/linux-master/kernel/entry/
H A Dcommon.c58 syscall = syscall_get_nr(current, regs);
66 syscall = syscall_get_nr(current, regs);
183 unsigned long nr = syscall_get_nr(current, regs);
/linux-master/arch/s390/include/asm/
H A Dsyscall.h20 static inline long syscall_get_nr(struct task_struct *task, function
/linux-master/arch/mips/include/asm/
H A Dsyscall.h38 static inline long syscall_get_nr(struct task_struct *task, function
/linux-master/arch/x86/include/asm/
H A Dsyscall.h36 static inline int syscall_get_nr(struct task_struct *task, struct pt_regs *regs) function
/linux-master/arch/x86/kernel/
H A Dsignal.c237 if (syscall_get_nr(current, regs) != -1) {
317 if (syscall_get_nr(current, regs) != -1) {

Completed in 185 milliseconds

12