Lines Matching refs:syscall_cfg

43 static struct syscall_cfg {  struct
55 static void setup_gpr(struct syscall_cfg *cfg, int sve_vl, int sme_vl, in setup_gpr() argument
63 static int check_gpr(struct syscall_cfg *cfg, int sve_vl, int sme_vl, uint64_t svcr) in check_gpr()
87 static void setup_fpr(struct syscall_cfg *cfg, int sve_vl, int sme_vl, in setup_fpr()
94 static int check_fpr(struct syscall_cfg *cfg, int sve_vl, int sme_vl, in check_fpr()
121 static void setup_z(struct syscall_cfg *cfg, int sve_vl, int sme_vl, in setup_z()
128 static int check_z(struct syscall_cfg *cfg, int sve_vl, int sme_vl, in check_z()
180 static void setup_p(struct syscall_cfg *cfg, int sve_vl, int sme_vl, in setup_p()
187 static int check_p(struct syscall_cfg *cfg, int sve_vl, int sme_vl, in check_p()
212 static void setup_ffr(struct syscall_cfg *cfg, int sve_vl, int sme_vl, in setup_ffr()
234 static int check_ffr(struct syscall_cfg *cfg, int sve_vl, int sme_vl, in check_ffr()
261 static void setup_svcr(struct syscall_cfg *cfg, int sve_vl, int sme_vl, in setup_svcr()
267 static int check_svcr(struct syscall_cfg *cfg, int sve_vl, int sme_vl, in check_svcr()
290 static void setup_za(struct syscall_cfg *cfg, int sve_vl, int sme_vl, in setup_za()
297 static int check_za(struct syscall_cfg *cfg, int sve_vl, int sme_vl, in check_za()
314 typedef void (*setup_fn)(struct syscall_cfg *cfg, int sve_vl, int sme_vl,
316 typedef int (*check_fn)(struct syscall_cfg *cfg, int sve_vl, int sme_vl,
339 static bool do_test(struct syscall_cfg *cfg, int sve_vl, int sme_vl, in do_test()
356 static void test_one_syscall(struct syscall_cfg *cfg) in test_one_syscall()