Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/tools/testing/selftests/powerpc/copyloops/
DMakefile26 -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 $@)) \
Dmemcpy_64.S12 #ifndef SELFTEST_CASE
14 #define SELFTEST_CASE 0 macro
52 test_feature = (SELFTEST_CASE == 1)
61 test_feature = (SELFTEST_CASE == 0)
Dcopyuser_64.S11 #ifndef SELFTEST_CASE
13 #define SELFTEST_CASE 0 macro
77 test_feature = (SELFTEST_CASE == 1)
87 test_feature = (SELFTEST_CASE == 0)
Dmemcpy_power7.S10 #ifndef SELFTEST_CASE
12 #define SELFTEST_CASE 0 macro
30 test_feature = SELFTEST_CASE
Dcopyuser_power7.S10 #ifndef SELFTEST_CASE
12 #define SELFTEST_CASE 0 macro
86 test_feature = SELFTEST_CASE
/kernel/linux/linux-5.10/arch/powerpc/lib/
Dmemcpy_64.S12 #ifndef SELFTEST_CASE
14 #define SELFTEST_CASE 0 macro
52 test_feature = (SELFTEST_CASE == 1)
61 test_feature = (SELFTEST_CASE == 0)
Dcopyuser_64.S11 #ifndef SELFTEST_CASE
13 #define SELFTEST_CASE 0 macro
77 test_feature = (SELFTEST_CASE == 1)
87 test_feature = (SELFTEST_CASE == 0)
Dmemcpy_power7.S10 #ifndef SELFTEST_CASE
12 #define SELFTEST_CASE 0 macro
30 test_feature = SELFTEST_CASE
Dcopyuser_power7.S10 #ifndef SELFTEST_CASE
12 #define SELFTEST_CASE 0 macro
86 test_feature = SELFTEST_CASE