compat_tms
asmlinkage long compat_sys_times(struct compat_tms __user *tbuf);
COMPAT_SYSCALL_DEFINE1(times, struct compat_tms __user *, tbuf)
struct compat_tms tmp;