Home
last modified time | relevance | path

Searched refs:read_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
40 read_iov.iov_base = read_val; in test_tpidr()
44 read_iov.iov_len = sizeof(uint64_t); in test_tpidr()
60 read_iov.iov_len = sizeof(read_val); in test_tpidr()
64 if (read_iov.iov_len >= sizeof(read_val)) in test_tpidr()
89 read_iov.iov_len = sizeof(read_val); 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()
[all …]