Searched refs:utp (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/kernel/time/ |
H A D | time.c | 286 int get_old_timex32(struct __kernel_timex *txc, const struct old_timex32 __user *utp) in get_old_timex32() argument 291 if (copy_from_user(&tx32, utp, sizeof(struct old_timex32))) in get_old_timex32() 318 int put_old_timex32(struct old_timex32 __user *utp, const struct __kernel_timex *txc) in put_old_timex32() argument 344 if (copy_to_user(utp, &tx32, sizeof(struct old_timex32))) in put_old_timex32() 349 SYSCALL_DEFINE1(adjtimex_time32, struct old_timex32 __user *, utp) in SYSCALL_DEFINE1() 354 err = get_old_timex32(&txc, utp); in SYSCALL_DEFINE1() 360 err = put_old_timex32(utp, &txc); in SYSCALL_DEFINE1()
|
H A D | posix-timers.c | 1228 struct old_timex32 __user *, utp) in SYSCALL_DEFINE2() 1233 err = get_old_timex32(&ktx, utp); in SYSCALL_DEFINE2() 1239 if (err >= 0 && put_old_timex32(utp, &ktx)) in SYSCALL_DEFINE2()
|
/kernel/linux/linux-6.6/kernel/time/ |
H A D | time.c | 286 int get_old_timex32(struct __kernel_timex *txc, const struct old_timex32 __user *utp) in get_old_timex32() argument 291 if (copy_from_user(&tx32, utp, sizeof(struct old_timex32))) in get_old_timex32() 318 int put_old_timex32(struct old_timex32 __user *utp, const struct __kernel_timex *txc) in put_old_timex32() argument 344 if (copy_to_user(utp, &tx32, sizeof(struct old_timex32))) in put_old_timex32() 349 SYSCALL_DEFINE1(adjtimex_time32, struct old_timex32 __user *, utp) in SYSCALL_DEFINE1() 354 err = get_old_timex32(&txc, utp); in SYSCALL_DEFINE1() 360 err = put_old_timex32(utp, &txc); in SYSCALL_DEFINE1()
|
H A D | posix-timers.c | 1306 struct old_timex32 __user *, utp) in SYSCALL_DEFINE2() 1311 err = get_old_timex32(&ktx, utp); in SYSCALL_DEFINE2() 1317 if (err >= 0 && put_old_timex32(utp, &ktx)) in SYSCALL_DEFINE2()
|
/kernel/linux/linux-5.10/drivers/s390/crypto/ |
H A D | pkey_api.c | 1263 struct pkey_kblob2pkey __user *utp = (void __user *) arg; in pkey_unlocked_ioctl() local 1267 if (copy_from_user(&ktp, utp, sizeof(ktp))) in pkey_unlocked_ioctl() 1278 if (copy_to_user(utp, &ktp, sizeof(ktp))) in pkey_unlocked_ioctl() 1389 struct pkey_kblob2pkey2 __user *utp = (void __user *) arg; in pkey_unlocked_ioctl() local 1394 if (copy_from_user(&ktp, utp, sizeof(ktp))) in pkey_unlocked_ioctl() 1412 if (copy_to_user(utp, &ktp, sizeof(ktp))) in pkey_unlocked_ioctl() 1508 struct pkey_kblob2pkey3 __user *utp = (void __user *) arg; in pkey_unlocked_ioctl() local 1514 if (copy_from_user(&ktp, utp, sizeof(ktp))) in pkey_unlocked_ioctl() 1553 if (copy_to_user(utp, &ktp, sizeof(ktp))) in pkey_unlocked_ioctl()
|
/kernel/linux/linux-6.6/drivers/s390/crypto/ |
H A D | pkey_api.c | 1485 struct pkey_kblob2pkey __user *utp = (void __user *)arg; in pkey_unlocked_ioctl() local 1489 if (copy_from_user(&ktp, utp, sizeof(ktp))) in pkey_unlocked_ioctl() 1502 if (copy_to_user(utp, &ktp, sizeof(ktp))) in pkey_unlocked_ioctl() 1613 struct pkey_kblob2pkey2 __user *utp = (void __user *)arg; in pkey_unlocked_ioctl() local 1618 if (copy_from_user(&ktp, utp, sizeof(ktp))) in pkey_unlocked_ioctl() 1639 if (copy_to_user(utp, &ktp, sizeof(ktp))) in pkey_unlocked_ioctl() 1735 struct pkey_kblob2pkey3 __user *utp = (void __user *)arg; in pkey_unlocked_ioctl() local 1741 if (copy_from_user(&ktp, utp, sizeof(ktp))) in pkey_unlocked_ioctl() 1780 if (copy_to_user(utp, &ktp, sizeof(ktp))) in pkey_unlocked_ioctl()
|
Completed in 12 milliseconds