copyout
#define copyout(from, to, size) user_memcpy(to, from, size)
copyout(const void * __restrict kaddr, void * __restrict udaddr,