/openbmc/linux/kernel/entry/ |
H A D | common.c | 78 syscall = syscall_get_nr(current, regs); in syscall_trace_enter() 86 syscall = syscall_get_nr(current, regs); in syscall_trace_enter() 267 unsigned long nr = syscall_get_nr(current, regs); in syscall_exit_to_user_mode_prepare()
|
/openbmc/linux/include/asm-generic/ |
H A D | syscall.h | 38 int syscall_get_nr(struct task_struct *task, struct pt_regs *regs);
|
/openbmc/linux/arch/hexagon/include/asm/ |
H A D | syscall.h | 23 static inline long syscall_get_nr(struct task_struct *task, in syscall_get_nr() function
|
/openbmc/linux/arch/openrisc/include/asm/ |
H A D | syscall.h | 23 syscall_get_nr(struct task_struct *task, struct pt_regs *regs) in syscall_get_nr() function
|
/openbmc/linux/arch/ia64/include/asm/ |
H A D | syscall.h | 17 static inline long syscall_get_nr(struct task_struct *task, in syscall_get_nr() function
|
/openbmc/linux/arch/loongarch/include/asm/ |
H A D | syscall.h | 23 static inline long syscall_get_nr(struct task_struct *task, in syscall_get_nr() function
|
/openbmc/linux/arch/um/include/asm/ |
H A D | syscall-generic.h | 18 static inline int syscall_get_nr(struct task_struct *task, struct pt_regs *regs) in syscall_get_nr() function
|
/openbmc/linux/arch/sh/include/asm/ |
H A D | syscall_32.h | 12 static inline long syscall_get_nr(struct task_struct *task, in syscall_get_nr() function
|
/openbmc/linux/arch/xtensa/include/asm/ |
H A D | syscall.h | 25 static inline long syscall_get_nr(struct task_struct *task, in syscall_get_nr() function
|
/openbmc/linux/arch/csky/include/asm/ |
H A D | syscall.h | 14 syscall_get_nr(struct task_struct *task, struct pt_regs *regs) in syscall_get_nr() function
|
/openbmc/linux/arch/parisc/include/asm/ |
H A D | syscall.h | 14 static inline long syscall_get_nr(struct task_struct *tsk, in syscall_get_nr() function
|
/openbmc/linux/arch/arc/include/asm/ |
H A D | syscall.h | 18 syscall_get_nr(struct task_struct *task, struct pt_regs *regs) in syscall_get_nr() function
|
/openbmc/linux/arch/m68k/include/asm/ |
H A D | syscall.h | 11 static inline int syscall_get_nr(struct task_struct *task, in syscall_get_nr() function
|
/openbmc/linux/arch/nios2/include/asm/ |
H A D | syscall.h | 13 static inline int syscall_get_nr(struct task_struct *task, struct pt_regs *regs) in syscall_get_nr() function
|
/openbmc/linux/include/trace/events/ |
H A D | syscalls.h | 56 __entry->id = syscall_get_nr(current, regs);
|
/openbmc/linux/arch/arm/include/asm/ |
H A D | syscall.h | 22 static inline int syscall_get_nr(struct task_struct *task, in syscall_get_nr() function
|
/openbmc/linux/arch/microblaze/include/asm/ |
H A D | syscall.h | 11 static inline long syscall_get_nr(struct task_struct *task, in syscall_get_nr() function
|
/openbmc/linux/arch/x86/kernel/ |
H A D | signal.c | 237 if (syscall_get_nr(current, regs) != -1) { in handle_signal() 317 if (syscall_get_nr(current, regs) != -1) { in arch_do_signal_or_restart()
|
/openbmc/linux/arch/arm64/include/asm/ |
H A D | syscall.h | 20 static inline int syscall_get_nr(struct task_struct *task, in syscall_get_nr() function
|
/openbmc/linux/lib/ |
H A D | syscall.c | 29 info->data.nr = syscall_get_nr(target, regs); in collect_syscall()
|
/openbmc/linux/arch/riscv/include/asm/ |
H A D | syscall.h | 27 static inline int syscall_get_nr(struct task_struct *task, in syscall_get_nr() function
|
/openbmc/linux/arch/powerpc/include/asm/ |
H A D | syscall.h | 28 static inline int syscall_get_nr(struct task_struct *task, struct pt_regs *regs) in syscall_get_nr() function
|
/openbmc/linux/arch/sparc/include/asm/ |
H A D | syscall.h | 20 static inline long syscall_get_nr(struct task_struct *task, in syscall_get_nr() function
|
/openbmc/linux/arch/mips/include/asm/ |
H A D | syscall.h | 38 static inline long syscall_get_nr(struct task_struct *task, in syscall_get_nr() function
|
/openbmc/linux/arch/x86/include/asm/ |
H A D | syscall.h | 36 static inline int syscall_get_nr(struct task_struct *task, struct pt_regs *regs) in syscall_get_nr() function
|