readw_ns
#define bus_readw_ns(b,a) readw_ns(a)
put_user(readw_ns(from), (short *)to);
*(u_short *)to = readw_ns(from);