Lines Matching defs:config

201 static int vl_in(struct test_config *config)  in vl_in()
213 static int vl_expected(struct test_config *config) in vl_expected()
225 static void run_child(struct test_config *config) in run_child()
399 static bool check_ptrace_values_sve(pid_t child, struct test_config *config) in check_ptrace_values_sve()
476 static bool check_ptrace_values_ssve(pid_t child, struct test_config *config) in check_ptrace_values_ssve()
552 static bool check_ptrace_values_za(pid_t child, struct test_config *config) in check_ptrace_values_za()
613 static bool check_ptrace_values_zt(pid_t child, struct test_config *config) in check_ptrace_values_zt()
634 static bool check_ptrace_values_fpmr(pid_t child, struct test_config *config) in check_ptrace_values_fpmr()
655 static bool check_ptrace_values(pid_t child, struct test_config *config) in check_ptrace_values()
695 struct test_config *config) in run_parent()
890 static void set_initial_values(struct test_config *config) in set_initial_values()
969 static bool check_memory_values(struct test_config *config) in check_memory_values()
1026 static bool sve_sme_same(struct test_config *config) in sve_sme_same()
1040 static bool sve_write_supported(struct test_config *config) in sve_write_supported()
1067 static void fpsimd_write_expected(struct test_config *config) in fpsimd_write_expected()
1100 static bool fpmr_write_supported(struct test_config *config) in fpmr_write_supported()
1111 static void fpmr_write_expected(struct test_config *config) in fpmr_write_expected()
1117 static void fpmr_write(pid_t child, struct test_config *config) in fpmr_write()
1130 static void sve_write_expected(struct test_config *config) in sve_write_expected()
1153 static void sve_write(pid_t child, struct test_config *config) in sve_write()
1196 static bool za_write_supported(struct test_config *config) in za_write_supported()
1214 static void za_write_expected(struct test_config *config) in za_write_expected()
1241 static void za_write(pid_t child, struct test_config *config) in za_write()
1276 static bool zt_write_supported(struct test_config *config) in zt_write_supported()
1290 static void zt_write_expected(struct test_config *config) in zt_write_expected()
1304 static void zt_write(pid_t child, struct test_config *config) in zt_write()
1318 static void run_test(struct test_definition *test, struct test_config *config) in run_test()
1367 struct test_config *config) in run_tests()