Lines Matching refs:iov_len
44 read_iov.iov_len = sizeof(uint64_t); in test_tpidr()
49 write_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()
70 ksft_test_result(read_iov.iov_len % sizeof(uint64_t) == 0, in test_tpidr()
79 write_iov.iov_len = sizeof(write_val); in test_tpidr()
85 write_iov.iov_len == sizeof(write_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()
109 write_iov.iov_len = sizeof(uint64_t); in test_tpidr()
116 read_iov.iov_len = sizeof(read_val); in test_tpidr()
121 read_iov.iov_len >= sizeof(read_val) && in test_tpidr()