Searched refs:serial_struct32 (Results 1 – 1 of 1) sorted by relevance
2822 struct serial_struct32 { struct2845 struct serial_struct32 __user *ss) in compat_tty_tiocsserial() argument2847 struct serial_struct32 v32; in compat_tty_tiocsserial()2853 memcpy(&v, &v32, offsetof(struct serial_struct32, iomem_base)); in compat_tty_tiocsserial()2863 struct serial_struct32 __user *ss) in compat_tty_tiocgserial()2865 struct serial_struct32 v32; in compat_tty_tiocgserial()2876 memcpy(&v32, &v, offsetof(struct serial_struct32, iomem_base)); in compat_tty_tiocgserial()