Home
last modified time | relevance | path

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

/linux-5.19.10/arch/sparc/include/asm/
Dsyscall.h41 static inline bool syscall_has_error(struct pt_regs *regs) in syscall_has_error() function
54 static inline bool syscall_has_error(struct pt_regs *regs) in syscall_has_error() function
73 return (syscall_has_error(regs) ? -val : 0); in syscall_get_error()