/linux/arch/x86/include/asm/ |
H A D | syscall.h | 81 static inline void syscall_get_arguments(struct task_struct *task, in syscall_get_arguments() function 100 static inline void syscall_get_arguments(struct task_struct *task, in syscall_get_arguments() function
|
/linux/include/asm-generic/ |
H A D | syscall.h | 105 * syscall_get_arguments - extract system call parameter values 117 void syscall_get_arguments(struct task_struct *task, struct pt_regs *regs,
|
/linux/arch/hexagon/include/asm/ |
H A D | syscall.h | 29 static inline void syscall_get_arguments(struct task_struct *task, in syscall_get_arguments() function
|
/linux/arch/openrisc/include/asm/ |
H A D | syscall.h | 54 syscall_get_arguments(struct task_struct *task, struct pt_regs *regs, in syscall_get_arguments() function
|
/linux/arch/loongarch/include/asm/ |
H A D | syscall.h | 56 static inline void syscall_get_arguments(struct task_struct *task, in syscall_get_arguments() function
|
/linux/arch/um/include/asm/ |
H A D | syscall-generic.h | 51 static inline void syscall_get_arguments(struct task_struct *task, in syscall_get_arguments() function
|
/linux/arch/xtensa/include/asm/ |
H A D | syscall.h | 60 static inline void syscall_get_arguments(struct task_struct *task, in syscall_get_arguments() function
|
/linux/arch/csky/include/asm/ |
H A D | syscall.h | 54 syscall_get_arguments(struct task_struct *task, struct pt_regs *regs, in syscall_get_arguments() function
|
/linux/arch/sh/include/asm/ |
H A D | syscall_32.h | 46 static inline void syscall_get_arguments(struct task_struct *task, in syscall_get_arguments() function
|
/linux/arch/m68k/include/asm/ |
H A D | syscall.h | 44 static inline void syscall_get_arguments(struct task_struct *task, in syscall_get_arguments() function
|
/linux/arch/parisc/include/asm/ |
H A D | syscall.h | 20 static inline void syscall_get_arguments(struct task_struct *tsk, in syscall_get_arguments() function
|
/linux/arch/arc/include/asm/ |
H A D | syscall.h | 57 syscall_get_arguments(struct task_struct *task, struct pt_regs *regs, in syscall_get_arguments() function
|
/linux/arch/nios2/include/asm/ |
H A D | syscall.h | 50 static inline void syscall_get_arguments(struct task_struct *task, in syscall_get_arguments() function
|
/linux/arch/microblaze/include/asm/ |
H A D | syscall.h | 61 static inline void syscall_get_arguments(struct task_struct *task, in syscall_get_arguments() function
|
/linux/arch/arm/include/asm/ |
H A D | syscall.h | 73 static inline void syscall_get_arguments(struct task_struct *task, in syscall_get_arguments() function
|
/linux/include/trace/events/ |
H A D | syscalls.h | 31 syscall_get_arguments(current, regs, __entry->args);
|
/linux/arch/arm64/include/asm/ |
H A D | syscall.h | 66 static inline void syscall_get_arguments(struct task_struct *task, in syscall_get_arguments() function
|
/linux/arch/powerpc/include/asm/ |
H A D | syscall.h | 93 static inline void syscall_get_arguments(struct task_struct *task, in syscall_get_arguments() function
|
/linux/arch/riscv/include/asm/ |
H A D | syscall.h | 60 static inline void syscall_get_arguments(struct task_struct *task, in syscall_get_arguments() function
|
/linux/lib/ |
H A D | syscall.c | 31 syscall_get_arguments(target, regs, args); in collect_syscall()
|
/linux/arch/sparc/include/asm/ |
H A D | syscall.h | 97 static inline void syscall_get_arguments(struct task_struct *task, in syscall_get_arguments() function
|
/linux/arch/s390/include/asm/ |
H A D | syscall.h | 63 static inline void syscall_get_arguments(struct task_struct *task, in syscall_get_arguments() function
|
/linux/kernel/entry/ |
H A D | common.c | 23 syscall_get_arguments(current, regs, args); in syscall_enter_audit()
|
/linux/kernel/trace/ |
H A D | trace_syscalls.c | 333 syscall_get_arguments(current, regs, args); in ftrace_syscall_enter() 633 syscall_get_arguments(current, regs, args); in perf_syscall_enter()
|
/linux/kernel/ |
H A D | ptrace.c | 926 syscall_get_arguments(child, regs, args); in ptrace_get_syscall_info_entry()
|