Lines Matching defs:cfg

66 static void setup_gpr(struct syscall_cfg *cfg, int sve_vl, int sme_vl,  in setup_gpr()
74 static int check_gpr(struct syscall_cfg *cfg, int sve_vl, int sme_vl, uint64_t svcr) in check_gpr()
99 static void setup_fpr(struct syscall_cfg *cfg, int sve_vl, int sme_vl, in setup_fpr()
106 static int check_fpr(struct syscall_cfg *cfg, int sve_vl, int sme_vl, in check_fpr()
145 static void setup_z(struct syscall_cfg *cfg, int sve_vl, int sme_vl, in setup_z()
152 static int check_z(struct syscall_cfg *cfg, int sve_vl, int sme_vl, in check_z()
204 static void setup_p(struct syscall_cfg *cfg, int sve_vl, int sme_vl, in setup_p()
211 static int check_p(struct syscall_cfg *cfg, int sve_vl, int sme_vl, in check_p()
236 static void setup_ffr(struct syscall_cfg *cfg, int sve_vl, int sme_vl, in setup_ffr()
258 static int check_ffr(struct syscall_cfg *cfg, int sve_vl, int sme_vl, in check_ffr()
285 static void setup_svcr(struct syscall_cfg *cfg, int sve_vl, int sme_vl, in setup_svcr()
291 static int check_svcr(struct syscall_cfg *cfg, int sve_vl, int sme_vl, in check_svcr()
314 static void setup_za(struct syscall_cfg *cfg, int sve_vl, int sme_vl, in setup_za()
321 static int check_za(struct syscall_cfg *cfg, int sve_vl, int sme_vl, in check_za()
341 static void setup_zt(struct syscall_cfg *cfg, int sve_vl, int sme_vl, in setup_zt()
348 static int check_zt(struct syscall_cfg *cfg, int sve_vl, int sme_vl, in check_zt()
393 static bool do_test(struct syscall_cfg *cfg, int sve_vl, int sme_vl, in do_test()
410 static void test_one_syscall(struct syscall_cfg *cfg) in test_one_syscall()