Searched refs:syscall_get_error (Results 1 - 23 of 23) sorted by relevance

/linux-master/include/asm-generic/
H A Dsyscall.h59 * syscall_get_error - check result of traced system call
69 long syscall_get_error(struct task_struct *task, struct pt_regs *regs);
77 * This value is meaningless if syscall_get_error() returned nonzero.
/linux-master/arch/hexagon/include/asm/
H A Dsyscall.h36 static inline long syscall_get_error(struct task_struct *task, function
/linux-master/arch/openrisc/include/asm/
H A Dsyscall.h35 syscall_get_error(struct task_struct *task, struct pt_regs *regs) function
/linux-master/arch/parisc/include/asm/
H A Dsyscall.h32 static inline long syscall_get_error(struct task_struct *task, function
/linux-master/arch/nios2/include/asm/
H A Dsyscall.h25 static inline long syscall_get_error(struct task_struct *task, function
/linux-master/arch/microblaze/include/asm/
H A Dsyscall.h23 static inline long syscall_get_error(struct task_struct *task, function
/linux-master/arch/csky/include/asm/
H A Dsyscall.h33 syscall_get_error(struct task_struct *task, struct pt_regs *regs) function
/linux-master/arch/xtensa/include/asm/
H A Dsyscall.h37 static inline long syscall_get_error(struct task_struct *task, function
/linux-master/arch/sh/include/asm/
H A Dsyscall_32.h27 static inline long syscall_get_error(struct task_struct *task, function
/linux-master/arch/um/include/asm/
H A Dsyscall-generic.h30 static inline long syscall_get_error(struct task_struct *task, function
/linux-master/arch/arc/include/asm/
H A Dsyscall.h33 syscall_get_error(struct task_struct *task, struct pt_regs *regs) function
/linux-master/arch/loongarch/include/asm/
H A Dsyscall.h35 static inline long syscall_get_error(struct task_struct *task, function
/linux-master/arch/powerpc/include/asm/
H A Dsyscall.h48 static inline long syscall_get_error(struct task_struct *task, function
/linux-master/arch/m68k/include/asm/
H A Dsyscall.h23 static inline long syscall_get_error(struct task_struct *task, function
/linux-master/arch/arm64/include/asm/
H A Dsyscall.h43 static inline long syscall_get_error(struct task_struct *task, function
/linux-master/arch/arm/include/asm/
H A Dsyscall.h51 static inline long syscall_get_error(struct task_struct *task, function
/linux-master/arch/riscv/include/asm/
H A Dsyscall.h39 static inline long syscall_get_error(struct task_struct *task, function
/linux-master/arch/sparc/include/asm/
H A Dsyscall.h68 static inline long syscall_get_error(struct task_struct *task, function
/linux-master/arch/s390/include/asm/
H A Dsyscall.h33 static inline long syscall_get_error(struct task_struct *task, function
/linux-master/arch/mips/include/asm/
H A Dsyscall.h93 static inline long syscall_get_error(struct task_struct *task, function
/linux-master/arch/x86/include/asm/
H A Dsyscall.h47 static inline long syscall_get_error(struct task_struct *task, function
/linux-master/arch/x86/kernel/
H A Dsignal.c239 switch (syscall_get_error(current, regs)) {
319 switch (syscall_get_error(current, regs)) {
/linux-master/kernel/
H A Dptrace.c958 info->exit.rval = syscall_get_error(child, regs);

Completed in 328 milliseconds