Searched refs:get_user (Results 1 – 7 of 7) sorted by relevance
/include/asm-generic/ |
D | termios-base.h | 20 if (get_user(tmp, &termio->c_iflag) < 0) in user_termio_to_kernel_termios() 24 if (get_user(tmp, &termio->c_oflag) < 0) in user_termio_to_kernel_termios() 28 if (get_user(tmp, &termio->c_cflag) < 0) in user_termio_to_kernel_termios() 32 if (get_user(tmp, &termio->c_lflag) < 0) in user_termio_to_kernel_termios() 36 if (get_user(termios->c_line, &termio->c_line) < 0) in user_termio_to_kernel_termios()
|
D | termios.h | 25 if (get_user(tmp, &termio->c_iflag) < 0) in user_termio_to_kernel_termios() 29 if (get_user(tmp, &termio->c_oflag) < 0) in user_termio_to_kernel_termios() 33 if (get_user(tmp, &termio->c_cflag) < 0) in user_termio_to_kernel_termios() 37 if (get_user(tmp, &termio->c_lflag) < 0) in user_termio_to_kernel_termios() 41 if (get_user(termios->c_line, &termio->c_line) < 0) in user_termio_to_kernel_termios()
|
D | futex.h | 39 if (unlikely(get_user(oldval, uaddr) != 0)) in arch_futex_atomic_op_inuser() 99 if (unlikely(get_user(val, uaddr) != 0)) { in futex_atomic_cmpxchg_inatomic()
|
D | flat.h | 13 return get_user(*addr, rp); in flat_get_addr_from_rp()
|
D | uaccess.h | 230 #define get_user(x, ptr) \ macro
|
/include/linux/ |
D | bpf-cgroup.h | 436 get_user(__ret, optlen); \
|
D | kvm_host.h | 1004 __ret = get_user(v, __uaddr); \
|