Searched refs:syscall_get_arguments (Results 1 - 25 of 28) sorted by last modified time

12

/linux-master/arch/mips/kernel/
H A Dptrace.c1337 syscall_get_arguments(current, regs, args);
/linux-master/arch/x86/include/asm/
H A Dsyscall.h81 static inline void syscall_get_arguments(struct task_struct *task, function
95 static inline void syscall_get_arguments(struct task_struct *task, function
/linux-master/kernel/entry/
H A Dcommon.c23 syscall_get_arguments(current, regs, args);
/linux-master/kernel/
H A Dptrace.c926 syscall_get_arguments(child, regs, args);
H A Dseccomp.c258 syscall_get_arguments(task, regs, args);
/linux-master/kernel/trace/
H A Dtrace_syscalls.c326 syscall_get_arguments(current, regs, args);
610 syscall_get_arguments(current, regs, args);
/linux-master/arch/riscv/include/asm/
H A Dsyscall.h60 static inline void syscall_get_arguments(struct task_struct *task, function
/linux-master/arch/arm/include/asm/
H A Dsyscall.h73 static inline void syscall_get_arguments(struct task_struct *task, function
/linux-master/arch/arm64/include/asm/
H A Dsyscall.h66 static inline void syscall_get_arguments(struct task_struct *task, function
/linux-master/arch/mips/include/asm/
H A Dsyscall.h124 static inline void syscall_get_arguments(struct task_struct *task, function
/linux-master/arch/m68k/include/asm/
H A Dsyscall.h44 static inline void syscall_get_arguments(struct task_struct *task, function
/linux-master/arch/powerpc/include/asm/
H A Dsyscall.h93 static inline void syscall_get_arguments(struct task_struct *task, function
/linux-master/arch/loongarch/include/asm/
H A Dsyscall.h56 static inline void syscall_get_arguments(struct task_struct *task, function
/linux-master/arch/arc/include/asm/
H A Dsyscall.h57 syscall_get_arguments(struct task_struct *task, struct pt_regs *regs, function
/linux-master/include/asm-generic/
H A Dsyscall.h105 * syscall_get_arguments - extract system call parameter values
117 void syscall_get_arguments(struct task_struct *task, struct pt_regs *regs,
/linux-master/arch/xtensa/include/asm/
H A Dsyscall.h60 static inline void syscall_get_arguments(struct task_struct *task, function
/linux-master/arch/um/include/asm/
H A Dsyscall-generic.h51 static inline void syscall_get_arguments(struct task_struct *task, function
/linux-master/arch/sparc/include/asm/
H A Dsyscall.h97 static inline void syscall_get_arguments(struct task_struct *task, function
/linux-master/arch/sh/include/asm/
H A Dsyscall_32.h46 static inline void syscall_get_arguments(struct task_struct *task, function
/linux-master/arch/s390/include/asm/
H A Dsyscall.h63 static inline void syscall_get_arguments(struct task_struct *task, function
/linux-master/arch/openrisc/include/asm/
H A Dsyscall.h54 syscall_get_arguments(struct task_struct *task, struct pt_regs *regs, function
/linux-master/arch/nios2/include/asm/
H A Dsyscall.h50 static inline void syscall_get_arguments(struct task_struct *task, function
/linux-master/arch/microblaze/include/asm/
H A Dsyscall.h61 static inline void syscall_get_arguments(struct task_struct *task, function
/linux-master/arch/csky/include/asm/
H A Dsyscall.h54 syscall_get_arguments(struct task_struct *task, struct pt_regs *regs, function
/linux-master/lib/
H A Dsyscall.c31 syscall_get_arguments(target, regs, args);

Completed in 362 milliseconds

12