Searched refs:syscall_tampered_nofail (Results 1 – 3 of 3) sorted by relevance
556 if (!syserror(tcp) ^ !!syscall_tampered_nofail(tcp)) { in tamper_with_syscall_exiting()559 tcp->pid, syscall_tampered_nofail(tcp) ? "" : "no ", in tamper_with_syscall_exiting()1264 && !syscall_tampered_nofail(tcp)); in get_syscall_result()
304 #define syscall_tampered_nofail(tcp) ((tcp)->flags & TCB_TAMPERED_NO_FAIL) macro
1663 syscall_tampered_nofail): New macros.