Searched refs:syscall_set_return_value (Results 1 - 24 of 24) sorted by relevance

/linux-master/include/asm-generic/
H A Dsyscall.h86 * syscall_set_return_value - change the return value of a traced system call
101 void syscall_set_return_value(struct task_struct *task, struct pt_regs *regs,
/linux-master/arch/arm64/kernel/
H A Dsyscall.c53 syscall_set_return_value(current, regs, 0, ret);
106 syscall_set_return_value(current, regs, -ERESTARTNOINTR, 0);
127 syscall_set_return_value(current, regs, -ENOSYS, 0);
H A Dsignal.c1319 syscall_set_return_value(current, regs, -EINTR, 0);
/linux-master/arch/openrisc/include/asm/
H A Dsyscall.h47 syscall_set_return_value(struct task_struct *task, struct pt_regs *regs, function
/linux-master/arch/parisc/include/asm/
H A Dsyscall.h45 static inline void syscall_set_return_value(struct task_struct *task, function
/linux-master/arch/nios2/include/asm/
H A Dsyscall.h37 static inline void syscall_set_return_value(struct task_struct *task, function
/linux-master/arch/microblaze/include/asm/
H A Dsyscall.h35 static inline void syscall_set_return_value(struct task_struct *task, function
/linux-master/arch/csky/include/asm/
H A Dsyscall.h47 syscall_set_return_value(struct task_struct *task, struct pt_regs *regs, function
/linux-master/arch/xtensa/include/asm/
H A Dsyscall.h50 static inline void syscall_set_return_value(struct task_struct *task, function
/linux-master/arch/sh/include/asm/
H A Dsyscall_32.h39 static inline void syscall_set_return_value(struct task_struct *task, function
/linux-master/arch/um/include/asm/
H A Dsyscall-generic.h44 static inline void syscall_set_return_value(struct task_struct *task, function
/linux-master/arch/arc/include/asm/
H A Dsyscall.h46 syscall_set_return_value(struct task_struct *task, struct pt_regs *regs, function
/linux-master/arch/loongarch/include/asm/
H A Dsyscall.h49 static inline void syscall_set_return_value(struct task_struct *task, function
/linux-master/arch/powerpc/include/asm/
H A Dsyscall.h70 static inline void syscall_set_return_value(struct task_struct *task, function
/linux-master/arch/m68k/include/asm/
H A Dsyscall.h37 static inline void syscall_set_return_value(struct task_struct *task, function
/linux-master/arch/arm64/include/asm/
H A Dsyscall.h51 static inline void syscall_set_return_value(struct task_struct *task, function
/linux-master/arch/arm/include/asm/
H A Dsyscall.h64 static inline void syscall_set_return_value(struct task_struct *task, function
/linux-master/arch/riscv/include/asm/
H A Dsyscall.h53 static inline void syscall_set_return_value(struct task_struct *task, function
/linux-master/arch/sparc/include/asm/
H A Dsyscall.h84 static inline void syscall_set_return_value(struct task_struct *task, function
/linux-master/arch/s390/include/asm/
H A Dsyscall.h55 static inline void syscall_set_return_value(struct task_struct *task, function
/linux-master/arch/mips/include/asm/
H A Dsyscall.h111 static inline void syscall_set_return_value(struct task_struct *task, function
/linux-master/arch/x86/include/asm/
H A Dsyscall.h72 static inline void syscall_set_return_value(struct task_struct *task, function
/linux-master/kernel/
H A Dseccomp.c1198 syscall_set_return_value(current, current_pt_regs(),
1231 syscall_set_return_value(current, current_pt_regs(),
1249 syscall_set_return_value(current,
/linux-master/arch/mips/kernel/
H A Dptrace.c1360 syscall_set_return_value(current, regs, -ENOSYS, 0);

Completed in 220 milliseconds