Home
last modified time | relevance | path

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

/Linux-v5.4/tools/testing/selftests/x86/
Dprotection_keys.c49 int test_nr; variable
72 test_nr, iteration_nr); \
1443 for (test_nr = 0; test_nr < ARRAY_SIZE(pkey_tests); test_nr++) { in run_tests_once()
1448 dprintf1("test %d preparing...\n", test_nr); in run_tests_once()
1452 dprintf1("test %d starting with pkey: %d\n", test_nr, pkey); in run_tests_once()
1454 dprintf1("test %d starting...\n", test_nr); in run_tests_once()
1455 pkey_tests[test_nr](ptr, pkey); in run_tests_once()
1466 printf("test %2d PASSED (iteration %d)\n", test_nr, iteration_nr); in run_tests_once()