Home
last modified time | relevance | path

Searched refs:syscall_set_arguments (Results 1 – 21 of 21) sorted by relevance

/linux/arch/x86/include/asm/
H A Dsyscall.h100 static inline void syscall_set_arguments(struct task_struct *task, in syscall_set_arguments() function
143 static inline void syscall_set_arguments(struct task_struct *task, in syscall_set_arguments() function
/linux/include/asm-generic/
H A Dsyscall.h147 void syscall_set_arguments(struct task_struct *task, struct pt_regs *regs,
/linux/arch/hexagon/include/asm/
H A Dsyscall.h43 static inline void syscall_set_arguments(struct task_struct *task, in syscall_set_arguments() function
/linux/arch/openrisc/include/asm/
H A Dsyscall.h67 syscall_set_arguments(struct task_struct *task, struct pt_regs *regs, in syscall_set_arguments() function
/linux/arch/loongarch/include/asm/
H A Dsyscall.h71 static inline void syscall_set_arguments(struct task_struct *task, in syscall_set_arguments() function
/linux/arch/csky/include/asm/
H A Dsyscall.h63 syscall_set_arguments(struct task_struct *task, struct pt_regs *regs, in syscall_set_arguments() function
/linux/arch/m68k/include/asm/
H A Dsyscall.h61 static inline void syscall_set_arguments(struct task_struct *task, in syscall_set_arguments() function
/linux/arch/um/include/asm/
H A Dsyscall-generic.h70 static inline void syscall_set_arguments(struct task_struct *task, in syscall_set_arguments() function
/linux/arch/xtensa/include/asm/
H A Dsyscall.h78 static inline void syscall_set_arguments(struct task_struct *task, in syscall_set_arguments() function
/linux/arch/arc/include/asm/
H A Dsyscall.h82 syscall_set_arguments(struct task_struct *task, struct pt_regs *regs, in syscall_set_arguments() function
/linux/arch/sh/include/asm/
H A Dsyscall_32.h72 static inline void syscall_set_arguments(struct task_struct *task, in syscall_set_arguments() function
/linux/arch/parisc/include/asm/
H A Dsyscall.h39 static inline void syscall_set_arguments(struct task_struct *tsk, in syscall_set_arguments() function
/linux/arch/nios2/include/asm/
H A Dsyscall.h66 static inline void syscall_set_arguments(struct task_struct *task, in syscall_set_arguments() function
/linux/arch/arm64/include/asm/
H A Dsyscall.h92 static inline void syscall_set_arguments(struct task_struct *task, in syscall_set_arguments() function
/linux/arch/powerpc/include/asm/
H A Dsyscall.h123 static inline void syscall_set_arguments(struct task_struct *task, in syscall_set_arguments() function
/linux/arch/arm/include/asm/
H A Dsyscall.h107 static inline void syscall_set_arguments(struct task_struct *task, in syscall_set_arguments() function
/linux/arch/riscv/include/asm/
H A Dsyscall.h79 static inline void syscall_set_arguments(struct task_struct *task, in syscall_set_arguments() function
/linux/arch/sparc/include/asm/
H A Dsyscall.h132 static inline void syscall_set_arguments(struct task_struct *task, in syscall_set_arguments() function
/linux/arch/mips/include/asm/
H A Dsyscall.h155 static inline void syscall_set_arguments(struct task_struct *task, in syscall_set_arguments() function
/linux/arch/s390/include/asm/
H A Dsyscall.h91 static inline void syscall_set_arguments(struct task_struct *task, in syscall_set_arguments() function
/linux/kernel/
H A Dptrace.c1058 syscall_set_arguments(child, regs, args); in ptrace_set_syscall_info_entry()