Searched refs:test_nr (Results 1 – 2 of 2) sorted by relevance
/Linux-v4.19/tools/testing/selftests/x86/ |
D | protection_keys.c | 49 int test_nr; variable 72 test_nr, iteration_nr); \ 1422 for (test_nr = 0; test_nr < ARRAY_SIZE(pkey_tests); test_nr++) { in run_tests_once() 1427 dprintf1("test %d preparing...\n", test_nr); in run_tests_once() 1431 dprintf1("test %d starting with pkey: %d\n", test_nr, pkey); in run_tests_once() 1433 dprintf1("test %d starting...\n", test_nr); in run_tests_once() 1434 pkey_tests[test_nr](ptr, pkey); in run_tests_once() 1445 printf("test %2d PASSED (iteration %d)\n", test_nr, iteration_nr); in run_tests_once()
|
D | mpx-mini-test.c | 1418 void insn_test_failed(int test_nr, int test_round, void *buf, in insn_test_failed() argument 1422 eprintf("ERROR: test %d round %d failed\n", test_nr, test_round); in insn_test_failed() 1423 while (test_nr == 5) { in insn_test_failed()
|