Symbol: test_config
lib/test_firmware.c
138
static struct test_config *test_fw_config;
lib/test_firmware.c
1529
test_fw_config = kzalloc_obj(struct test_config);
lib/test_kmod.c
1002
struct test_config *config = &test_dev->config;
lib/test_kmod.c
1013
struct test_config *config = &test_dev->config;
lib/test_kmod.c
1026
struct test_config *config = &test_dev->config;
lib/test_kmod.c
1037
struct test_config *config = &test_dev->config;
lib/test_kmod.c
130
struct test_config config;
lib/test_kmod.c
181
struct test_config *config = &test_dev->config;
lib/test_kmod.c
197
struct test_config *config = &test_dev->config;
lib/test_kmod.c
220
struct test_config *config = &test_dev->config;
lib/test_kmod.c
251
struct test_config *config = &test_dev->config;
lib/test_kmod.c
292
struct test_config *config = &test_dev->config;
lib/test_kmod.c
351
struct test_config *config = &test_dev->config;
lib/test_kmod.c
389
struct test_config *config = &test_dev->config;
lib/test_kmod.c
426
struct test_config *config = &test_dev->config;
lib/test_kmod.c
443
struct test_config *config = &test_dev->config;
lib/test_kmod.c
463
struct test_config *config = &test_dev->config;
lib/test_kmod.c
509
struct test_config *config = &test_dev->config;
lib/test_kmod.c
533
struct test_config *config = &test_dev->config;
lib/test_kmod.c
616
static int config_copy_test_driver_name(struct test_config *config,
lib/test_kmod.c
624
static int config_copy_test_fs(struct test_config *config, const char *name,
lib/test_kmod.c
630
static void __kmod_config_free(struct test_config *config)
lib/test_kmod.c
644
struct test_config *config;
lib/test_kmod.c
661
struct test_config *config = &test_dev->config;
lib/test_kmod.c
696
struct test_config *config = &test_dev->config;
lib/test_kmod.c
708
struct test_config *config = &test_dev->config;
lib/test_kmod.c
727
struct test_config *config = &test_dev->config;
lib/test_kmod.c
737
struct test_config *config = &test_dev->config;
lib/test_kmod.c
772
struct test_config *config = &test_dev->config;
lib/test_kmod.c
802
struct test_config *config = &test_dev->config;
lib/test_kmod.c
979
struct test_config *config = &test_dev->config;
lib/test_kmod.c
990
struct test_config *config = &test_dev->config;
tools/perf/arch/x86/tests/hybrid.c
105
TEST_ASSERT_VAL("wrong config", test_config(evsel, PERF_COUNT_HW_BRANCH_INSTRUCTIONS));
tools/perf/arch/x86/tests/hybrid.c
132
TEST_ASSERT_VAL("wrong config", test_config(evsel, 0x1a));
tools/perf/arch/x86/tests/hybrid.c
174
TEST_ASSERT_VAL("wrong config", test_config(evsel, PERF_COUNT_HW_CPU_CYCLES));
tools/perf/arch/x86/tests/hybrid.c
32
TEST_ASSERT_VAL("wrong config", test_config(evsel, PERF_COUNT_HW_CPU_CYCLES));
tools/perf/arch/x86/tests/hybrid.c
44
TEST_ASSERT_VAL("wrong config", test_config(evsel, PERF_COUNT_HW_CPU_CYCLES));
tools/perf/arch/x86/tests/hybrid.c
50
TEST_ASSERT_VAL("wrong config", test_config(evsel, PERF_COUNT_HW_BRANCH_INSTRUCTIONS));
tools/perf/arch/x86/tests/hybrid.c
67
TEST_ASSERT_VAL("wrong config", test_config(evsel, PERF_COUNT_HW_CPU_CYCLES));
tools/perf/arch/x86/tests/hybrid.c
80
TEST_ASSERT_VAL("wrong config", test_config(evsel, PERF_COUNT_HW_CPU_CYCLES));
tools/perf/arch/x86/tests/hybrid.c
97
TEST_ASSERT_VAL("wrong config", test_config(evsel, PERF_COUNT_HW_CPU_CYCLES));
tools/testing/selftests/arm64/fp/fp-ptrace.c
1028
static bool sve_sme_same(struct test_config *config)
tools/testing/selftests/arm64/fp/fp-ptrace.c
1042
static bool sve_write_supported(struct test_config *config)
tools/testing/selftests/arm64/fp/fp-ptrace.c
1072
static bool sve_write_fpsimd_supported(struct test_config *config)
tools/testing/selftests/arm64/fp/fp-ptrace.c
1089
static void fpsimd_write_expected(struct test_config *config)
tools/testing/selftests/arm64/fp/fp-ptrace.c
1105
static void fpsimd_write(pid_t child, struct test_config *test_config)
tools/testing/selftests/arm64/fp/fp-ptrace.c
1122
static bool fpmr_write_supported(struct test_config *config)
tools/testing/selftests/arm64/fp/fp-ptrace.c
1133
static void fpmr_write_expected(struct test_config *config)
tools/testing/selftests/arm64/fp/fp-ptrace.c
1139
static void fpmr_write(pid_t child, struct test_config *config)
tools/testing/selftests/arm64/fp/fp-ptrace.c
1152
static void sve_write_expected(struct test_config *config)
tools/testing/selftests/arm64/fp/fp-ptrace.c
1178
static void sve_write_sve(pid_t child, struct test_config *config)
tools/testing/selftests/arm64/fp/fp-ptrace.c
1224
static void sve_write_fpsimd(pid_t child, struct test_config *config)
tools/testing/selftests/arm64/fp/fp-ptrace.c
1259
static bool za_write_supported(struct test_config *config)
tools/testing/selftests/arm64/fp/fp-ptrace.c
1267
static void za_write_expected(struct test_config *config)
tools/testing/selftests/arm64/fp/fp-ptrace.c
1292
static void za_write(pid_t child, struct test_config *config)
tools/testing/selftests/arm64/fp/fp-ptrace.c
1327
static bool zt_write_supported(struct test_config *config)
tools/testing/selftests/arm64/fp/fp-ptrace.c
1341
static void zt_write_expected(struct test_config *config)
tools/testing/selftests/arm64/fp/fp-ptrace.c
1355
static void zt_write(pid_t child, struct test_config *config)
tools/testing/selftests/arm64/fp/fp-ptrace.c
1369
static void run_test(struct test_definition *test, struct test_config *config)
tools/testing/selftests/arm64/fp/fp-ptrace.c
1418
struct test_config *config)
tools/testing/selftests/arm64/fp/fp-ptrace.c
1542
struct test_config test_config;
tools/testing/selftests/arm64/fp/fp-ptrace.c
1548
test_config.sme_vl_in = sme_vls[0];
tools/testing/selftests/arm64/fp/fp-ptrace.c
1549
test_config.sme_vl_expected = sme_vls[0];
tools/testing/selftests/arm64/fp/fp-ptrace.c
1550
test_config.svcr_in = 0;
tools/testing/selftests/arm64/fp/fp-ptrace.c
1551
test_config.svcr_expected = 0;
tools/testing/selftests/arm64/fp/fp-ptrace.c
1554
test_config.sve_vl_in = sve_vls[i];
tools/testing/selftests/arm64/fp/fp-ptrace.c
1557
test_config.sve_vl_expected = sve_vls[j];
tools/testing/selftests/arm64/fp/fp-ptrace.c
1561
&test_config);
tools/testing/selftests/arm64/fp/fp-ptrace.c
1565
&test_config);
tools/testing/selftests/arm64/fp/fp-ptrace.c
1572
struct test_config test_config;
tools/testing/selftests/arm64/fp/fp-ptrace.c
1578
test_config.sve_vl_in = sve_vls[0];
tools/testing/selftests/arm64/fp/fp-ptrace.c
1579
test_config.sve_vl_expected = sve_vls[0];
tools/testing/selftests/arm64/fp/fp-ptrace.c
1585
test_config.sme_vl_in = sme_vls[i];
tools/testing/selftests/arm64/fp/fp-ptrace.c
1588
test_config.sme_vl_expected = sme_vls[j];
tools/testing/selftests/arm64/fp/fp-ptrace.c
1591
test_config.svcr_in = svcr_combinations[k].svcr_in;
tools/testing/selftests/arm64/fp/fp-ptrace.c
1592
test_config.svcr_expected = svcr_combinations[k].svcr_expected;
tools/testing/selftests/arm64/fp/fp-ptrace.c
1596
&test_config);
tools/testing/selftests/arm64/fp/fp-ptrace.c
1599
&test_config);
tools/testing/selftests/arm64/fp/fp-ptrace.c
1602
&test_config);
tools/testing/selftests/arm64/fp/fp-ptrace.c
1607
&test_config);
tools/testing/selftests/arm64/fp/fp-ptrace.c
1615
struct test_config test_config;
tools/testing/selftests/arm64/fp/fp-ptrace.c
1677
test_config.sve_vl_in = 0;
tools/testing/selftests/arm64/fp/fp-ptrace.c
1678
test_config.sve_vl_expected = 0;
tools/testing/selftests/arm64/fp/fp-ptrace.c
1679
test_config.sme_vl_in = 0;
tools/testing/selftests/arm64/fp/fp-ptrace.c
1680
test_config.sme_vl_expected = 0;
tools/testing/selftests/arm64/fp/fp-ptrace.c
1681
test_config.svcr_in = 0;
tools/testing/selftests/arm64/fp/fp-ptrace.c
1682
test_config.svcr_expected = 0;
tools/testing/selftests/arm64/fp/fp-ptrace.c
1685
&test_config);
tools/testing/selftests/arm64/fp/fp-ptrace.c
196
bool (*supported)(struct test_config *config);
tools/testing/selftests/arm64/fp/fp-ptrace.c
197
void (*set_expected_values)(struct test_config *config);
tools/testing/selftests/arm64/fp/fp-ptrace.c
198
void (*modify_values)(pid_t child, struct test_config *test_config);
tools/testing/selftests/arm64/fp/fp-ptrace.c
201
static int vl_in(struct test_config *config)
tools/testing/selftests/arm64/fp/fp-ptrace.c
213
static int vl_expected(struct test_config *config)
tools/testing/selftests/arm64/fp/fp-ptrace.c
225
static void run_child(struct test_config *config)
tools/testing/selftests/arm64/fp/fp-ptrace.c
399
static bool check_ptrace_values_sve(pid_t child, struct test_config *config)
tools/testing/selftests/arm64/fp/fp-ptrace.c
483
static bool check_ptrace_values_ssve(pid_t child, struct test_config *config)
tools/testing/selftests/arm64/fp/fp-ptrace.c
566
static bool check_ptrace_values_za(pid_t child, struct test_config *config)
tools/testing/selftests/arm64/fp/fp-ptrace.c
627
static bool check_ptrace_values_zt(pid_t child, struct test_config *config)
tools/testing/selftests/arm64/fp/fp-ptrace.c
648
static bool check_ptrace_values_fpmr(pid_t child, struct test_config *config)
tools/testing/selftests/arm64/fp/fp-ptrace.c
669
static bool check_ptrace_values(pid_t child, struct test_config *config)
tools/testing/selftests/arm64/fp/fp-ptrace.c
709
struct test_config *config)
tools/testing/selftests/arm64/fp/fp-ptrace.c
904
static void set_initial_values(struct test_config *config)
tools/testing/selftests/arm64/fp/fp-ptrace.c
971
static bool check_memory_values(struct test_config *config)
tools/testing/selftests/bpf/prog_tests/bpf_mod_race.c
188
static const struct test_config ksym_config = {
tools/testing/selftests/bpf/prog_tests/bpf_mod_race.c
194
static const struct test_config kfunc_config = {
tools/testing/selftests/bpf/prog_tests/bpf_mod_race.c
90
static void test_bpf_mod_race_config(const struct test_config *config)
tools/testing/selftests/bpf/prog_tests/select_reuseport.c
840
test_config(c->sotype, c->family, c->inany);