linux_mprotect_common
return (linux_mprotect_common(td, PTROUT(uap->addr), uap->len,
int linux_mprotect_common(struct thread *, uintptr_t, size_t, int);