_copy_from_iter_nocache
size_t _copy_from_iter_nocache(void *addr, size_t bytes, struct iov_iter *i);
return _copy_from_iter_nocache(addr, bytes, i);
#define _copy_from_iter_flushcache _copy_from_iter_nocache
EXPORT_SYMBOL(_copy_from_iter_nocache);