Lines Matching refs:read_iov
36 struct iovec read_iov, write_iov; in test_tpidr() local
40 read_iov.iov_base = read_val; in test_tpidr()
44 read_iov.iov_len = sizeof(uint64_t); in test_tpidr()
45 ret = ptrace(PTRACE_GETREGSET, child, NT_ARM_TLS, &read_iov); in test_tpidr()
55 ret = ptrace(PTRACE_GETREGSET, child, NT_ARM_TLS, &read_iov); in test_tpidr()
60 read_iov.iov_len = sizeof(read_val); in test_tpidr()
61 ret = ptrace(PTRACE_GETREGSET, child, NT_ARM_TLS, &read_iov); in test_tpidr()
64 if (read_iov.iov_len >= sizeof(read_val)) in test_tpidr()
70 ksft_test_result(read_iov.iov_len % sizeof(uint64_t) == 0, in test_tpidr()
89 read_iov.iov_len = sizeof(read_val); in test_tpidr()
90 ret = ptrace(PTRACE_GETREGSET, child, NT_ARM_TLS, &read_iov); in test_tpidr()
95 read_iov.iov_len >= sizeof(read_val) && in test_tpidr()
102 read_iov.iov_len >= sizeof(read_val) && in test_tpidr()
116 read_iov.iov_len = sizeof(read_val); in test_tpidr()
118 &read_iov); in test_tpidr()
121 read_iov.iov_len >= sizeof(read_val) && in test_tpidr()