Home
last modified time | relevance | path

Searched refs:syscall_get_arguments (Results 1 – 17 of 17) sorted by relevance

/linux-2.6.39/arch/x86/include/asm/
Dsyscall.h71 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/
Dsyscall.h15 static inline void syscall_get_arguments(struct task_struct *tsk, in syscall_get_arguments() function
/linux-2.6.39/include/asm-generic/
Dsyscall.h121 void syscall_get_arguments(struct task_struct *task, struct pt_regs *regs,
/linux-2.6.39/lib/
Dsyscall.c19 syscall_get_arguments(target, regs, 0, maxargs, args); in collect_syscall()
/linux-2.6.39/arch/sh/include/asm/
Dsyscall_64.h46 static inline void syscall_get_arguments(struct task_struct *task, in syscall_get_arguments() function
Dsyscall_32.h47 static inline void syscall_get_arguments(struct task_struct *task, in syscall_get_arguments() function
/linux-2.6.39/arch/tile/include/asm/
Dsyscall.h61 static inline void syscall_get_arguments(struct task_struct *task, in syscall_get_arguments() function
/linux-2.6.39/arch/blackfin/include/asm/
Dsyscall.h67 syscall_get_arguments(struct task_struct *task, struct pt_regs *regs, in syscall_get_arguments() function
/linux-2.6.39/include/trace/events/
Dsyscalls.h32 syscall_get_arguments(current, regs, 0, 6, __entry->args);
/linux-2.6.39/arch/ia64/include/asm/
Dsyscall.h63 static inline void syscall_get_arguments(struct task_struct *task, in syscall_get_arguments() function
/linux-2.6.39/arch/powerpc/include/asm/
Dsyscall.h55 static inline void syscall_get_arguments(struct task_struct *task, in syscall_get_arguments() function
/linux-2.6.39/arch/s390/include/asm/
Dsyscall.h56 static inline void syscall_get_arguments(struct task_struct *task, in syscall_get_arguments() function
/linux-2.6.39/arch/frv/include/asm/
Dsyscall.h72 static inline void syscall_get_arguments(struct task_struct *task, in syscall_get_arguments() function
/linux-2.6.39/arch/mn10300/include/asm/
Dsyscall.h53 static inline void syscall_get_arguments(struct task_struct *task, in syscall_get_arguments() function
/linux-2.6.39/arch/microblaze/include/asm/
Dsyscall.h81 static inline void syscall_get_arguments(struct task_struct *task, in syscall_get_arguments() function
/linux-2.6.39/arch/sparc/include/asm/
Dsyscall.h93 static inline void syscall_get_arguments(struct task_struct *task, in syscall_get_arguments() function
/linux-2.6.39/kernel/trace/
Dtrace_syscalls.c327 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()