LINUX_VSYSCALL_START
if (__predict_true(frame->tf_rip < LINUX_VSYSCALL_START))
code = (frame->tf_rip - LINUX_VSYSCALL_START) / LINUX_VSYSCALL_SZ;