Home
last modified time | relevance | path

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

12

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

12