Searched refs:SELFTEST_CASE (Results 1 – 9 of 9) sorted by relevance
/kernel/linux/linux-5.10/tools/testing/selftests/powerpc/copyloops/ |
D | Makefile | 26 -D SELFTEST_CASE=$(subst copyuser_64_t,,$(notdir $@)) \ 32 -D SELFTEST_CASE=$(subst copyuser_p7_t,,$(notdir $@)) \ 39 -D SELFTEST_CASE=$(subst memcpy_64_t,,$(notdir $@)) \ 45 -D SELFTEST_CASE=$(subst memcpy_p7_t,,$(notdir $@)) \ 57 -D SELFTEST_CASE=$(subst copyuser_64_exc_t,,$(notdir $@)) \
|
D | memcpy_64.S | 12 #ifndef SELFTEST_CASE 14 #define SELFTEST_CASE 0 macro 52 test_feature = (SELFTEST_CASE == 1) 61 test_feature = (SELFTEST_CASE == 0)
|
D | copyuser_64.S | 11 #ifndef SELFTEST_CASE 13 #define SELFTEST_CASE 0 macro 77 test_feature = (SELFTEST_CASE == 1) 87 test_feature = (SELFTEST_CASE == 0)
|
D | memcpy_power7.S | 10 #ifndef SELFTEST_CASE 12 #define SELFTEST_CASE 0 macro 30 test_feature = SELFTEST_CASE
|
D | copyuser_power7.S | 10 #ifndef SELFTEST_CASE 12 #define SELFTEST_CASE 0 macro 86 test_feature = SELFTEST_CASE
|
/kernel/linux/linux-5.10/arch/powerpc/lib/ |
D | memcpy_64.S | 12 #ifndef SELFTEST_CASE 14 #define SELFTEST_CASE 0 macro 52 test_feature = (SELFTEST_CASE == 1) 61 test_feature = (SELFTEST_CASE == 0)
|
D | copyuser_64.S | 11 #ifndef SELFTEST_CASE 13 #define SELFTEST_CASE 0 macro 77 test_feature = (SELFTEST_CASE == 1) 87 test_feature = (SELFTEST_CASE == 0)
|
D | memcpy_power7.S | 10 #ifndef SELFTEST_CASE 12 #define SELFTEST_CASE 0 macro 30 test_feature = SELFTEST_CASE
|
D | copyuser_power7.S | 10 #ifndef SELFTEST_CASE 12 #define SELFTEST_CASE 0 macro 86 test_feature = SELFTEST_CASE
|