Searched refs:TAINT_TEST (Results 1 - 7 of 7) sorted by relevance

/linux-master/tools/testing/selftests/
H A Dkselftest_module.h45 add_taint(TAINT_TEST, LOCKDEP_STILL_OK); \
/linux-master/include/linux/
H A Dpanic.h75 #define TAINT_TEST 18 macro
/linux-master/kernel/
H A Dpanic.c497 [ TAINT_TEST ] = { 'N', ' ', true },
H A Dtracepoint.c574 (1 << TAINT_UNSIGNED_MODULE) | (1 << TAINT_TEST) |
/linux-master/lib/kunit/
H A Dtest.c609 add_taint(TAINT_TEST, LOCKDEP_STILL_OK);
/linux-master/kernel/module/
H A Dmain.c2038 if (!test_taint(TAINT_TEST))
2041 add_taint_module(mod, TAINT_TEST, LOCKDEP_STILL_OK);
/linux-master/drivers/of/
H A Dunittest.c4084 add_taint(TAINT_TEST, LOCKDEP_STILL_OK);

Completed in 1551 milliseconds