Searched refs:linux_syscall (Results 1 – 1 of 1) sorted by relevance
733 static const unsigned char linux_syscall[] = { 0xcd, 0x80 }; variable735 #define LINUX_SYSCALL_LEN (sizeof linux_syscall)787 && memcmp (buf, linux_syscall, LINUX_SYSCALL_LEN) == 0) in child_resume()