Lines Matching defs:cfg

58 static void setup_gpr(struct syscall_cfg *cfg, int sve_vl, int sme_vl,  in setup_gpr()
66 static int check_gpr(struct syscall_cfg *cfg, int sve_vl, int sme_vl, uint64_t svcr) in check_gpr()
91 static void setup_fpr(struct syscall_cfg *cfg, int sve_vl, int sme_vl, in setup_fpr()
98 static int check_fpr(struct syscall_cfg *cfg, int sve_vl, int sme_vl, in check_fpr()
137 static void setup_z(struct syscall_cfg *cfg, int sve_vl, int sme_vl, in setup_z()
144 static int check_z(struct syscall_cfg *cfg, int sve_vl, int sme_vl, in check_z()
196 static void setup_p(struct syscall_cfg *cfg, int sve_vl, int sme_vl, in setup_p()
203 static int check_p(struct syscall_cfg *cfg, int sve_vl, int sme_vl, in check_p()
228 static void setup_ffr(struct syscall_cfg *cfg, int sve_vl, int sme_vl, in setup_ffr()
250 static int check_ffr(struct syscall_cfg *cfg, int sve_vl, int sme_vl, in check_ffr()
277 static void setup_svcr(struct syscall_cfg *cfg, int sve_vl, int sme_vl, in setup_svcr()
283 static int check_svcr(struct syscall_cfg *cfg, int sve_vl, int sme_vl, in check_svcr()
306 static void setup_za(struct syscall_cfg *cfg, int sve_vl, int sme_vl, in setup_za()
313 static int check_za(struct syscall_cfg *cfg, int sve_vl, int sme_vl, in check_za()
333 static void setup_zt(struct syscall_cfg *cfg, int sve_vl, int sme_vl, in setup_zt()
340 static int check_zt(struct syscall_cfg *cfg, int sve_vl, int sme_vl, in check_zt()
385 static bool do_test(struct syscall_cfg *cfg, int sve_vl, int sme_vl, in do_test()
402 static void test_one_syscall(struct syscall_cfg *cfg) in test_one_syscall()