Home
last modified time | relevance | path

Searched refs:serial_struct32 (Results 1 – 1 of 1) sorted by relevance

/Linux-v5.4/drivers/tty/
Dtty_io.c2676 struct serial_struct32 { struct
2699 struct serial_struct32 __user *ss) in compat_tty_tiocsserial() argument
2705 struct serial_struct32 v32; in compat_tty_tiocsserial()
2709 if (copy_from_user(&v32, ss, sizeof(struct serial_struct32))) in compat_tty_tiocsserial()
2712 memcpy(&v, &v32, offsetof(struct serial_struct32, iomem_base)); in compat_tty_tiocsserial()
2729 struct serial_struct32 __user *ss) in compat_tty_tiocgserial()
2731 struct serial_struct32 v32; in compat_tty_tiocgserial()
2740 memcpy(&v32, &v, offsetof(struct serial_struct32, iomem_base)); in compat_tty_tiocgserial()
2745 if (copy_to_user(ss, &v32, sizeof(struct serial_struct32))) in compat_tty_tiocgserial()