/linux-2.6.39/arch/x86/include/asm/ |
D | syscall.h | 71 static inline void syscall_get_arguments(struct task_struct *task, in syscall_get_arguments() function 91 static inline void syscall_get_arguments(struct task_struct *task, in syscall_get_arguments() function
|
/linux-2.6.39/arch/parisc/include/asm/ |
D | syscall.h | 15 static inline void syscall_get_arguments(struct task_struct *tsk, in syscall_get_arguments() function
|
/linux-2.6.39/include/asm-generic/ |
D | syscall.h | 121 void syscall_get_arguments(struct task_struct *task, struct pt_regs *regs,
|
/linux-2.6.39/lib/ |
D | syscall.c | 19 syscall_get_arguments(target, regs, 0, maxargs, args); in collect_syscall()
|
/linux-2.6.39/arch/sh/include/asm/ |
D | syscall_64.h | 46 static inline void syscall_get_arguments(struct task_struct *task, in syscall_get_arguments() function
|
D | syscall_32.h | 47 static inline void syscall_get_arguments(struct task_struct *task, in syscall_get_arguments() function
|
/linux-2.6.39/arch/tile/include/asm/ |
D | syscall.h | 61 static inline void syscall_get_arguments(struct task_struct *task, in syscall_get_arguments() function
|
/linux-2.6.39/arch/blackfin/include/asm/ |
D | syscall.h | 67 syscall_get_arguments(struct task_struct *task, struct pt_regs *regs, in syscall_get_arguments() function
|
/linux-2.6.39/include/trace/events/ |
D | syscalls.h | 32 syscall_get_arguments(current, regs, 0, 6, __entry->args);
|
/linux-2.6.39/arch/ia64/include/asm/ |
D | syscall.h | 63 static inline void syscall_get_arguments(struct task_struct *task, in syscall_get_arguments() function
|
/linux-2.6.39/arch/powerpc/include/asm/ |
D | syscall.h | 55 static inline void syscall_get_arguments(struct task_struct *task, in syscall_get_arguments() function
|
/linux-2.6.39/arch/s390/include/asm/ |
D | syscall.h | 56 static inline void syscall_get_arguments(struct task_struct *task, in syscall_get_arguments() function
|
/linux-2.6.39/arch/frv/include/asm/ |
D | syscall.h | 72 static inline void syscall_get_arguments(struct task_struct *task, in syscall_get_arguments() function
|
/linux-2.6.39/arch/mn10300/include/asm/ |
D | syscall.h | 53 static inline void syscall_get_arguments(struct task_struct *task, in syscall_get_arguments() function
|
/linux-2.6.39/arch/microblaze/include/asm/ |
D | syscall.h | 81 static inline void syscall_get_arguments(struct task_struct *task, in syscall_get_arguments() function
|
/linux-2.6.39/arch/sparc/include/asm/ |
D | syscall.h | 93 static inline void syscall_get_arguments(struct task_struct *task, in syscall_get_arguments() function
|
/linux-2.6.39/kernel/trace/ |
D | trace_syscalls.c | 327 syscall_get_arguments(current, regs, 0, sys_data->nb_args, entry->args); in ftrace_syscall_enter() 530 syscall_get_arguments(current, regs, 0, sys_data->nb_args, in perf_syscall_enter()
|