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()
483 static bool check_ptrace_values_ssve(pid_t child, struct test_config *config) in check_ptrace_values_ssve()
566 static bool check_ptrace_values_za(pid_t child, struct test_config *config) in check_ptrace_values_za()
627 static bool check_ptrace_values_zt(pid_t child, struct test_config *config) in check_ptrace_values_zt()
648 static bool check_ptrace_values_fpmr(pid_t child, struct test_config *config) in check_ptrace_values_fpmr()
669 static bool check_ptrace_values(pid_t child, struct test_config *config) in check_ptrace_values()
709 struct test_config *config) in run_parent()
904 static void set_initial_values(struct test_config *config) in set_initial_values()
971 static bool check_memory_values(struct test_config *config) in check_memory_values()
1028 static bool sve_sme_same(struct test_config *config) in sve_sme_same()
1042 static bool sve_write_supported(struct test_config *config) in sve_write_supported()
1072 static bool sve_write_fpsimd_supported(struct test_config *config) in sve_write_fpsimd_supported()
1089 static void fpsimd_write_expected(struct test_config *config) in fpsimd_write_expected()
1122 static bool fpmr_write_supported(struct test_config *config) in fpmr_write_supported()
1133 static void fpmr_write_expected(struct test_config *config) in fpmr_write_expected()
1139 static void fpmr_write(pid_t child, struct test_config *config) in fpmr_write()
1152 static void sve_write_expected(struct test_config *config) in sve_write_expected()
1178 static void sve_write_sve(pid_t child, struct test_config *config) in sve_write_sve()
1224 static void sve_write_fpsimd(pid_t child, struct test_config *config) in sve_write_fpsimd()
1262 static bool za_write_supported(struct test_config *config) in za_write_supported()
1270 static void za_write_expected(struct test_config *config) in za_write_expected()
1295 static void za_write(pid_t child, struct test_config *config) in za_write()
1330 static bool zt_write_supported(struct test_config *config) in zt_write_supported()
1344 static void zt_write_expected(struct test_config *config) in zt_write_expected()
1358 static void zt_write(pid_t child, struct test_config *config) in zt_write()
1372 static void run_test(struct test_definition *test, struct test_config *config) in run_test()
1421 struct test_config *config) in run_tests()