Home
last modified time | relevance | path

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

12

/linux-5.19.10/include/asm-generic/
Dsyscall.h38 int syscall_get_nr(struct task_struct *task, struct pt_regs *regs);
/linux-5.19.10/arch/hexagon/include/asm/
Dsyscall.h23 static inline long syscall_get_nr(struct task_struct *task, in syscall_get_nr() function
/linux-5.19.10/arch/openrisc/include/asm/
Dsyscall.h23 syscall_get_nr(struct task_struct *task, struct pt_regs *regs) in syscall_get_nr() function
/linux-5.19.10/arch/ia64/include/asm/
Dsyscall.h17 static inline long syscall_get_nr(struct task_struct *task, in syscall_get_nr() function
/linux-5.19.10/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-5.19.10/arch/loongarch/include/asm/
Dsyscall.h23 static inline long syscall_get_nr(struct task_struct *task, in syscall_get_nr() function
/linux-5.19.10/arch/riscv/include/asm/
Dsyscall.h26 static inline int syscall_get_nr(struct task_struct *task, in syscall_get_nr() function
/linux-5.19.10/arch/sh/include/asm/
Dsyscall_32.h12 static inline long syscall_get_nr(struct task_struct *task, in syscall_get_nr() function
/linux-5.19.10/arch/xtensa/include/asm/
Dsyscall.h25 static inline long syscall_get_nr(struct task_struct *task, in syscall_get_nr() function
/linux-5.19.10/arch/csky/include/asm/
Dsyscall.h14 syscall_get_nr(struct task_struct *task, struct pt_regs *regs) in syscall_get_nr() function
/linux-5.19.10/arch/parisc/include/asm/
Dsyscall.h14 static inline long syscall_get_nr(struct task_struct *tsk, in syscall_get_nr() function
/linux-5.19.10/arch/arc/include/asm/
Dsyscall.h18 syscall_get_nr(struct task_struct *task, struct pt_regs *regs) in syscall_get_nr() function
/linux-5.19.10/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-5.19.10/include/trace/events/
Dsyscalls.h56 __entry->id = syscall_get_nr(current, regs);
/linux-5.19.10/arch/microblaze/include/asm/
Dsyscall.h11 static inline long syscall_get_nr(struct task_struct *task, in syscall_get_nr() function
/linux-5.19.10/arch/arm/include/asm/
Dsyscall.h22 static inline int syscall_get_nr(struct task_struct *task, in syscall_get_nr() function
/linux-5.19.10/kernel/entry/
Dcommon.c76 syscall = syscall_get_nr(current, regs); in syscall_trace_enter()
259 unsigned long nr = syscall_get_nr(current, regs); in syscall_exit_to_user_mode_prepare()
Dsyscall_user_dispatch.c29 info.si_syscall = syscall_get_nr(current, regs); in trigger_sigsys()
/linux-5.19.10/arch/arm64/include/asm/
Dsyscall.h20 static inline int syscall_get_nr(struct task_struct *task, in syscall_get_nr() function
/linux-5.19.10/lib/
Dsyscall.c29 info->data.nr = syscall_get_nr(target, regs); in collect_syscall()
/linux-5.19.10/arch/powerpc/include/asm/
Dsyscall.h21 static inline int syscall_get_nr(struct task_struct *task, struct pt_regs *regs) in syscall_get_nr() function
/linux-5.19.10/arch/sparc/include/asm/
Dsyscall.h20 static inline long syscall_get_nr(struct task_struct *task, in syscall_get_nr() function
/linux-5.19.10/arch/x86/include/asm/
Dsyscall.h38 static inline int syscall_get_nr(struct task_struct *task, struct pt_regs *regs) in syscall_get_nr() function
/linux-5.19.10/arch/mips/include/asm/
Dsyscall.h38 static inline long syscall_get_nr(struct task_struct *task, in syscall_get_nr() function
/linux-5.19.10/arch/s390/include/asm/
Dsyscall.h20 static inline long syscall_get_nr(struct task_struct *task, in syscall_get_nr() function

12