mprotect_args
{ AS(mprotect_args), 4, (sy_call_t *)sys_mprotect }, /* 74 = mprotect */
int sys_mprotect (struct sysmsg *sysmsg, const struct mprotect_args *);
struct mprotect_args mprotect;
sys_mprotect(struct sysmsg *sysmsg, const struct mprotect_args *uap)