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