/linux-6.12.1/arch/x86/include/asm/ |
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-6.12.1/include/asm-generic/ |
D | syscall.h | 117 void syscall_get_arguments(struct task_struct *task, struct pt_regs *regs,
|
/linux-6.12.1/arch/hexagon/include/asm/ |
D | syscall.h | 29 static inline void syscall_get_arguments(struct task_struct *task, in syscall_get_arguments() function
|
/linux-6.12.1/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-6.12.1/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-6.12.1/arch/loongarch/include/asm/ |
D | syscall.h | 56 static inline void syscall_get_arguments(struct task_struct *task, in syscall_get_arguments() function
|
/linux-6.12.1/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-6.12.1/arch/xtensa/include/asm/ |
D | syscall.h | 60 static inline void syscall_get_arguments(struct task_struct *task, in syscall_get_arguments() function
|
/linux-6.12.1/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-6.12.1/arch/m68k/include/asm/ |
D | syscall.h | 44 static inline void syscall_get_arguments(struct task_struct *task, in syscall_get_arguments() function
|
/linux-6.12.1/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-6.12.1/arch/parisc/include/asm/ |
D | syscall.h | 20 static inline void syscall_get_arguments(struct task_struct *tsk, in syscall_get_arguments() function
|
/linux-6.12.1/arch/nios2/include/asm/ |
D | syscall.h | 50 static inline void syscall_get_arguments(struct task_struct *task, in syscall_get_arguments() function
|
/linux-6.12.1/arch/microblaze/include/asm/ |
D | syscall.h | 61 static inline void syscall_get_arguments(struct task_struct *task, in syscall_get_arguments() function
|
/linux-6.12.1/include/trace/events/ |
D | syscalls.h | 31 syscall_get_arguments(current, regs, __entry->args);
|
/linux-6.12.1/arch/arm/include/asm/ |
D | syscall.h | 73 static inline void syscall_get_arguments(struct task_struct *task, in syscall_get_arguments() function
|
/linux-6.12.1/arch/arm64/include/asm/ |
D | syscall.h | 66 static inline void syscall_get_arguments(struct task_struct *task, in syscall_get_arguments() function
|
/linux-6.12.1/lib/ |
D | syscall.c | 31 syscall_get_arguments(target, regs, args); in collect_syscall()
|
/linux-6.12.1/arch/powerpc/include/asm/ |
D | syscall.h | 93 static inline void syscall_get_arguments(struct task_struct *task, in syscall_get_arguments() function
|
/linux-6.12.1/arch/riscv/include/asm/ |
D | syscall.h | 60 static inline void syscall_get_arguments(struct task_struct *task, in syscall_get_arguments() function
|
/linux-6.12.1/arch/sparc/include/asm/ |
D | syscall.h | 97 static inline void syscall_get_arguments(struct task_struct *task, in syscall_get_arguments() function
|
/linux-6.12.1/arch/mips/include/asm/ |
D | syscall.h | 124 static inline void syscall_get_arguments(struct task_struct *task, in syscall_get_arguments() function
|
/linux-6.12.1/arch/s390/include/asm/ |
D | syscall.h | 63 static inline void syscall_get_arguments(struct task_struct *task, in syscall_get_arguments() function
|
/linux-6.12.1/kernel/entry/ |
D | common.c | 23 syscall_get_arguments(current, regs, args); in syscall_enter_audit()
|
/linux-6.12.1/kernel/trace/ |
D | trace_syscalls.c | 326 syscall_get_arguments(current, regs, args); in ftrace_syscall_enter() 612 syscall_get_arguments(current, regs, args); in perf_syscall_enter()
|