Searched refs:test_fp_vec (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/tools/testing/selftests/powerpc/tm/ |
H A D | tm-unavailable.c | 298 void test_fp_vec(int fp, int vec, pthread_attr_t *attr) in test_fp_vec() function 390 test_fp_vec(0, 0, &attr); in tm_unavailable_test() 391 test_fp_vec(1, 0, &attr); in tm_unavailable_test() 392 test_fp_vec(0, 1, &attr); in tm_unavailable_test() 393 test_fp_vec(1, 1, &attr); in tm_unavailable_test()
|
/kernel/linux/linux-6.6/tools/testing/selftests/powerpc/tm/ |
H A D | tm-unavailable.c | 298 void test_fp_vec(int fp, int vec, pthread_attr_t *attr) in test_fp_vec() function 391 test_fp_vec(0, 0, &attr); in tm_unavailable_test() 392 test_fp_vec(1, 0, &attr); in tm_unavailable_test() 393 test_fp_vec(0, 1, &attr); in tm_unavailable_test() 394 test_fp_vec(1, 1, &attr); in tm_unavailable_test()
|
Completed in 2 milliseconds