copy_from_user_proc
extern int copy_from_user_proc(void *to, void *from, int size);
if (copy_from_user_proc(tmp, (void *) UPT_IP(regs), 2)) {