exp_args           75 tools/testing/selftests/ptrace/get_syscall_info.c 	const unsigned long *exp_args;
exp_args          187 tools/testing/selftests/ptrace/get_syscall_info.c 				exp_args = args[ptrace_stop / 2];
exp_args          203 tools/testing/selftests/ptrace/get_syscall_info.c 				ASSERT_EQ(exp_args[0], info.entry.nr) {
exp_args          206 tools/testing/selftests/ptrace/get_syscall_info.c 				ASSERT_EQ(exp_args[1], info.entry.args[0]) {
exp_args          209 tools/testing/selftests/ptrace/get_syscall_info.c 				ASSERT_EQ(exp_args[2], info.entry.args[1]) {
exp_args          212 tools/testing/selftests/ptrace/get_syscall_info.c 				ASSERT_EQ(exp_args[3], info.entry.args[2]) {
exp_args          215 tools/testing/selftests/ptrace/get_syscall_info.c 				ASSERT_EQ(exp_args[4], info.entry.args[3]) {
exp_args          218 tools/testing/selftests/ptrace/get_syscall_info.c 				ASSERT_EQ(exp_args[5], info.entry.args[4]) {
exp_args          221 tools/testing/selftests/ptrace/get_syscall_info.c 				ASSERT_EQ(exp_args[6], info.entry.args[5]) {