Home
last modified time | relevance | path

Searched refs:syscall_set_return_value (Results 1 – 25 of 26) sorted by relevance

12

/linux/arch/arm64/kernel/
H A Dsyscall.c54 syscall_set_return_value(current, regs, 0, ret); in invoke_syscall()
105 syscall_set_return_value(current, regs, -ERESTARTNOINTR, 0); in el0_svc_common()
126 syscall_set_return_value(current, regs, -ENOSYS, 0); in el0_svc_common()
/linux/arch/arm64/include/asm/
H A Dsyscall.h51 static inline void syscall_set_return_value(struct task_struct *task, in syscall_set_return_value() function
76 syscall_set_return_value(task, regs, -ENOSYS, 0); in syscall_set_nr()
/linux/arch/arm/include/asm/
H A Dsyscall.h64 static inline void syscall_set_return_value(struct task_struct *task, in syscall_set_return_value() function
83 syscall_set_return_value(task, regs, -ENOSYS, 0); in syscall_set_nr()
/linux/include/asm-generic/
H A Dsyscall.h115 void syscall_set_return_value(struct task_struct *task, struct pt_regs *regs,
/linux/arch/hexagon/include/asm/
H A Dsyscall.h62 static inline void syscall_set_return_value(struct task_struct *task, in syscall_set_return_value() function
/linux/arch/openrisc/include/asm/
H A Dsyscall.h53 syscall_set_return_value(struct task_struct *task, struct pt_regs *regs, in syscall_set_return_value() function
/linux/arch/loongarch/include/asm/
H A Dsyscall.h56 static inline void syscall_set_return_value(struct task_struct *task, in syscall_set_return_value() function
/linux/arch/csky/include/asm/
H A Dsyscall.h47 syscall_set_return_value(struct task_struct *task, struct pt_regs *regs, in syscall_set_return_value() function
/linux/arch/m68k/include/asm/
H A Dsyscall.h44 static inline void syscall_set_return_value(struct task_struct *task, in syscall_set_return_value() function
/linux/arch/microblaze/include/asm/
H A Dsyscall.h42 static inline void syscall_set_return_value(struct task_struct *task, in syscall_set_return_value() function
/linux/arch/um/include/asm/
H A Dsyscall-generic.h49 static inline void syscall_set_return_value(struct task_struct *task, in syscall_set_return_value() function
/linux/arch/xtensa/include/asm/
H A Dsyscall.h57 static inline void syscall_set_return_value(struct task_struct *task, in syscall_set_return_value() function
/linux/arch/arc/include/asm/
H A Dsyscall.h57 syscall_set_return_value(struct task_struct *task, struct pt_regs *regs, in syscall_set_return_value() function
/linux/arch/sh/include/asm/
H A Dsyscall_32.h51 static inline void syscall_set_return_value(struct task_struct *task, in syscall_set_return_value() function
/linux/arch/parisc/include/asm/
H A Dsyscall.h64 static inline void syscall_set_return_value(struct task_struct *task, in syscall_set_return_value() function
/linux/arch/nios2/include/asm/
H A Dsyscall.h42 static inline void syscall_set_return_value(struct task_struct *task, in syscall_set_return_value() function
/linux/arch/powerpc/include/asm/
H A Dsyscall.h80 static inline void syscall_set_return_value(struct task_struct *task, in syscall_set_return_value() function
/linux/arch/riscv/include/asm/
H A Dsyscall.h60 static inline void syscall_set_return_value(struct task_struct *task, in syscall_set_return_value() function
/linux/arch/sparc/include/asm/
H A Dsyscall.h96 static inline void syscall_set_return_value(struct task_struct *task, in syscall_set_return_value() function
/linux/arch/mips/include/asm/
H A Dsyscall.h127 static inline void syscall_set_return_value(struct task_struct *task, in syscall_set_return_value() function
/linux/arch/s390/include/asm/
H A Dsyscall.h67 static inline void syscall_set_return_value(struct task_struct *task, in syscall_set_return_value() function
/linux/arch/x86/include/asm/
H A Dsyscall.h79 static inline void syscall_set_return_value(struct task_struct *task, in syscall_set_return_value() function
/linux/kernel/
H A Dseccomp.c1238 syscall_set_return_value(current, current_pt_regs(), in seccomp_do_user_notification()
1267 syscall_set_return_value(current, current_pt_regs(), in __seccomp_filter()
1285 syscall_set_return_value(current, in __seccomp_filter()
H A Dptrace.c1089 syscall_set_return_value(child, regs, rval, 0); in ptrace_set_syscall_info_exit()
1091 syscall_set_return_value(child, regs, 0, rval); in ptrace_set_syscall_info_exit()
/linux/arch/mips/kernel/
H A Dptrace.c1346 syscall_set_return_value(current, regs, -ENOSYS, 0); in syscall_trace_enter()

12