copyin_mops
int copyin_mops(const void *uaddr, void *kdaddr, size_t len);
return ((elf_hwcap2 & HWCAP2_MOPS) != 0 ? copyin_mops : copyin_std);