Searched refs:read_iov (Results 1 – 1 of 1) sorted by relevance
/linux/tools/testing/selftests/arm64/abi/ |
H A D | ptrace.c | 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() [all …]
|