Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/x86/
H A Dlam.c53 #define TEST_MASK 0x7f macro
1083 printf("\t-t test list: run tests specified in the test list, default:0x%x\n", TEST_MASK); in cmd_help()
1312 unsigned int tests = TEST_MASK; in main()
1323 if (tests && !(tests & TEST_MASK)) { in main()