Home | History | Annotate | Download | only in amd64

Lines Matching defs:args32

673 	struct x86_64_get_mtrr_args32 args32;
690 error = copyin(args, &args32, sizeof(args32));
694 if (args32.mtrrp == 0) {
696 return copyout(&n, (void *)(uintptr_t)args32.n, sizeof(n));
699 error = copyin((void *)(uintptr_t)args32.n, &n, sizeof(n));
711 m32p = (struct mtrr32 *)(uintptr_t)args32.mtrrp;
730 copyout(&n, (void *)(uintptr_t)args32.n, sizeof(n));
737 struct x86_64_set_mtrr_args32 args32;
754 error = copyin(args, &args32, sizeof(args32));
758 error = copyin((void *)(uintptr_t)args32.n, &n, sizeof(n));
769 m32p = (struct mtrr32 *)(uintptr_t)args32.mtrrp;
790 copyout(&n, (void *)(uintptr_t)args32.n, sizeof(n));