Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/arm64/abi/
H A Dptrace.c36 struct iovec read_iov, write_iov; in test_tpidr() local
41 write_iov.iov_base = write_val; in test_tpidr()
49 write_iov.iov_len = sizeof(uint64_t); in test_tpidr()
51 ret = ptrace(PTRACE_SETREGSET, child, NT_ARM_TLS, &write_iov); in test_tpidr()
79 write_iov.iov_len = sizeof(write_val); in test_tpidr()
82 ret = ptrace(PTRACE_SETREGSET, child, NT_ARM_TLS, &write_iov); in test_tpidr()
85 write_iov.iov_len == sizeof(write_val), in test_tpidr()
109 write_iov.iov_len = sizeof(uint64_t); in test_tpidr()
112 ret = ptrace(PTRACE_SETREGSET, child, NT_ARM_TLS, &write_iov); in test_tpidr()