vsyscall32         71 tools/testing/selftests/x86/ptrace_syscall.c static void (*vsyscall32)(void);
vsyscall32         80 tools/testing/selftests/x86/ptrace_syscall.c 	sys32_helper(args, vsyscall32);
vsyscall32        416 tools/testing/selftests/x86/ptrace_syscall.c 	vsyscall32 = (void *)getauxval(AT_SYSINFO);
vsyscall32        417 tools/testing/selftests/x86/ptrace_syscall.c 	if (vsyscall32) {