copyout_mops
int copyout_mops(const void *kaddr, void *udaddr, size_t len);
return ((elf_hwcap2 & HWCAP2_MOPS) != 0 ? copyout_mops : copyout_std);