/Linux-v4.19/arch/x86/include/asm/ |
D | syscall.h | 92 static inline void syscall_get_arguments(struct task_struct *task, in syscall_get_arguments() function 117 static inline void syscall_get_arguments(struct task_struct *task, in syscall_get_arguments() function
|
/Linux-v4.19/arch/hexagon/include/asm/ |
D | syscall.h | 38 static inline void syscall_get_arguments(struct task_struct *task, in syscall_get_arguments() function
|
/Linux-v4.19/include/asm-generic/ |
D | syscall.h | 121 void syscall_get_arguments(struct task_struct *task, struct pt_regs *regs,
|
/Linux-v4.19/arch/h8300/include/asm/ |
D | syscall.h | 19 syscall_get_arguments(struct task_struct *task, struct pt_regs *regs, in syscall_get_arguments() function
|
/Linux-v4.19/arch/arc/include/asm/ |
D | syscall.h | 57 syscall_get_arguments(struct task_struct *task, struct pt_regs *regs, in syscall_get_arguments() function
|
/Linux-v4.19/arch/parisc/include/asm/ |
D | syscall.h | 20 static inline void syscall_get_arguments(struct task_struct *tsk, in syscall_get_arguments() function
|
/Linux-v4.19/arch/openrisc/include/asm/ |
D | syscall.h | 58 syscall_get_arguments(struct task_struct *task, struct pt_regs *regs, in syscall_get_arguments() function
|
/Linux-v4.19/arch/ia64/include/asm/ |
D | syscall.h | 64 static inline void syscall_get_arguments(struct task_struct *task, in syscall_get_arguments() function
|
/Linux-v4.19/arch/sh/include/asm/ |
D | syscall_64.h | 48 static inline void syscall_get_arguments(struct task_struct *task, in syscall_get_arguments() function
|
D | syscall_32.h | 49 static inline void syscall_get_arguments(struct task_struct *task, in syscall_get_arguments() function
|
/Linux-v4.19/lib/ |
D | syscall.c | 32 syscall_get_arguments(target, regs, 0, maxargs, args); in collect_syscall()
|
/Linux-v4.19/include/trace/events/ |
D | syscalls.h | 31 syscall_get_arguments(current, regs, 0, 6, __entry->args);
|
/Linux-v4.19/arch/powerpc/include/asm/ |
D | syscall.h | 67 static inline void syscall_get_arguments(struct task_struct *task, in syscall_get_arguments() function
|
/Linux-v4.19/arch/c6x/include/asm/ |
D | syscall.h | 48 static inline void syscall_get_arguments(struct task_struct *task, in syscall_get_arguments() function
|
/Linux-v4.19/arch/riscv/include/asm/ |
D | syscall.h | 72 static inline void syscall_get_arguments(struct task_struct *task, in syscall_get_arguments() function
|
/Linux-v4.19/arch/s390/include/asm/ |
D | syscall.h | 57 static inline void syscall_get_arguments(struct task_struct *task, in syscall_get_arguments() function
|
/Linux-v4.19/arch/um/include/asm/ |
D | syscall-generic.h | 54 static inline void syscall_get_arguments(struct task_struct *task, in syscall_get_arguments() function
|
/Linux-v4.19/arch/microblaze/include/asm/ |
D | syscall.h | 83 static inline void syscall_get_arguments(struct task_struct *task, in syscall_get_arguments() function
|
/Linux-v4.19/arch/arm/include/asm/ |
D | syscall.h | 56 static inline void syscall_get_arguments(struct task_struct *task, in syscall_get_arguments() function
|
/Linux-v4.19/arch/nios2/include/asm/ |
D | syscall.h | 60 static inline void syscall_get_arguments(struct task_struct *task, in syscall_get_arguments() function
|
/Linux-v4.19/arch/nds32/include/asm/ |
D | syscall.h | 125 void syscall_get_arguments(struct task_struct *task, struct pt_regs *regs, in syscall_get_arguments() function
|
/Linux-v4.19/arch/arm64/include/asm/ |
D | syscall.h | 66 static inline void syscall_get_arguments(struct task_struct *task, in syscall_get_arguments() function
|
/Linux-v4.19/arch/mips/include/asm/ |
D | syscall.h | 117 static inline void syscall_get_arguments(struct task_struct *task, in syscall_get_arguments() function
|
/Linux-v4.19/arch/sparc/include/asm/ |
D | syscall.h | 97 static inline void syscall_get_arguments(struct task_struct *task, in syscall_get_arguments() function
|
/Linux-v4.19/kernel/trace/ |
D | trace_syscalls.c | 350 syscall_get_arguments(current, regs, 0, sys_data->nb_args, entry->args); in ftrace_syscall_enter() 616 syscall_get_arguments(current, regs, 0, sys_data->nb_args, in perf_syscall_enter()
|