/linux-5.19.10/arch/x86/include/asm/ |
D | syscall.h | 83 static inline void syscall_get_arguments(struct task_struct *task, in syscall_get_arguments() function 97 static inline void syscall_get_arguments(struct task_struct *task, in syscall_get_arguments() function
|
/linux-5.19.10/include/asm-generic/ |
D | syscall.h | 117 void syscall_get_arguments(struct task_struct *task, struct pt_regs *regs,
|
/linux-5.19.10/arch/hexagon/include/asm/ |
D | syscall.h | 29 static inline void syscall_get_arguments(struct task_struct *task, in syscall_get_arguments() function
|
/linux-5.19.10/arch/openrisc/include/asm/ |
D | syscall.h | 54 syscall_get_arguments(struct task_struct *task, struct pt_regs *regs, in syscall_get_arguments() function
|
/linux-5.19.10/arch/ia64/include/asm/ |
D | syscall.h | 58 extern void syscall_get_arguments(struct task_struct *task,
|
/linux-5.19.10/arch/um/include/asm/ |
D | syscall-generic.h | 51 static inline void syscall_get_arguments(struct task_struct *task, in syscall_get_arguments() function
|
/linux-5.19.10/arch/loongarch/include/asm/ |
D | syscall.h | 56 static inline void syscall_get_arguments(struct task_struct *task, in syscall_get_arguments() function
|
/linux-5.19.10/arch/riscv/include/asm/ |
D | syscall.h | 59 static inline void syscall_get_arguments(struct task_struct *task, in syscall_get_arguments() function
|
/linux-5.19.10/arch/sh/include/asm/ |
D | syscall_32.h | 46 static inline void syscall_get_arguments(struct task_struct *task, in syscall_get_arguments() function
|
/linux-5.19.10/arch/xtensa/include/asm/ |
D | syscall.h | 60 static inline void syscall_get_arguments(struct task_struct *task, in syscall_get_arguments() function
|
/linux-5.19.10/arch/csky/include/asm/ |
D | syscall.h | 54 syscall_get_arguments(struct task_struct *task, struct pt_regs *regs, in syscall_get_arguments() function
|
/linux-5.19.10/arch/parisc/include/asm/ |
D | syscall.h | 20 static inline void syscall_get_arguments(struct task_struct *tsk, in syscall_get_arguments() function
|
/linux-5.19.10/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-5.19.10/arch/nios2/include/asm/ |
D | syscall.h | 50 static inline void syscall_get_arguments(struct task_struct *task, in syscall_get_arguments() function
|
/linux-5.19.10/include/trace/events/ |
D | syscalls.h | 31 syscall_get_arguments(current, regs, __entry->args);
|
/linux-5.19.10/arch/microblaze/include/asm/ |
D | syscall.h | 61 static inline void syscall_get_arguments(struct task_struct *task, in syscall_get_arguments() function
|
/linux-5.19.10/arch/arm/include/asm/ |
D | syscall.h | 70 static inline void syscall_get_arguments(struct task_struct *task, in syscall_get_arguments() function
|
/linux-5.19.10/arch/arm64/include/asm/ |
D | syscall.h | 66 static inline void syscall_get_arguments(struct task_struct *task, in syscall_get_arguments() function
|
/linux-5.19.10/lib/ |
D | syscall.c | 31 syscall_get_arguments(target, regs, args); in collect_syscall()
|
/linux-5.19.10/arch/powerpc/include/asm/ |
D | syscall.h | 86 static inline void syscall_get_arguments(struct task_struct *task, in syscall_get_arguments() function
|
/linux-5.19.10/arch/sparc/include/asm/ |
D | syscall.h | 97 static inline void syscall_get_arguments(struct task_struct *task, in syscall_get_arguments() function
|
/linux-5.19.10/arch/mips/include/asm/ |
D | syscall.h | 124 static inline void syscall_get_arguments(struct task_struct *task, in syscall_get_arguments() function
|
/linux-5.19.10/arch/s390/include/asm/ |
D | syscall.h | 63 static inline void syscall_get_arguments(struct task_struct *task, in syscall_get_arguments() function
|
/linux-5.19.10/kernel/entry/ |
D | common.c | 41 syscall_get_arguments(current, regs, args); in syscall_enter_audit()
|
/linux-5.19.10/kernel/trace/ |
D | trace_syscalls.c | 328 syscall_get_arguments(current, regs, args); in ftrace_syscall_enter() 609 syscall_get_arguments(current, regs, args); in perf_syscall_enter()
|