Home
last modified time | relevance | path

Searched refs:sme_vl (Results 1 – 5 of 5) sorted by relevance

/linux-6.15/tools/testing/selftests/arm64/abi/
H A Dsyscall-abi.c38 extern void do_syscall(int sve_vl, int sme_vl);
66 static void setup_gpr(struct syscall_cfg *cfg, int sve_vl, int sme_vl, in setup_gpr() argument
145 static void setup_z(struct syscall_cfg *cfg, int sve_vl, int sme_vl, in setup_z() argument
152 static int check_z(struct syscall_cfg *cfg, int sve_vl, int sme_vl, in check_z() argument
211 static int check_p(struct syscall_cfg *cfg, int sve_vl, int sme_vl, in check_p() argument
324 size_t reg_size = sme_vl * sme_vl; in check_za()
331 ksft_print_msg("SME VL %d ZA does not match\n", sme_vl); in check_za()
360 ksft_print_msg("SME VL %d ZT does not match\n", sme_vl); in check_zt()
400 regset[i].setup(cfg, sve_vl, sme_vl, svcr); in do_test()
402 do_syscall(sve_vl, sme_vl); in do_test()
[all …]
/linux-6.15/tools/testing/selftests/arm64/fp/
H A Dzt-ptrace.c33 static int sme_vl; variable
131 za.vl = sme_vl; in ptrace_za_disabled_read_zt()
203 za_in.vl = sme_vl; in ptrace_enable_za_via_zt()
225 if (za_out->vl != sme_vl) { in ptrace_enable_za_via_zt()
227 sme_vl, za_out->vl); in ptrace_enable_za_via_zt()
348 sme_vl = prctl(PR_SME_GET_VL); in main()
349 if (sme_vl == -1) { in main()
/linux-6.15/tools/testing/selftests/arm64/signal/testcases/
H A Dsme_vl.c30 static int sme_vl(struct tdescr *td, siginfo_t *si, ucontext_t *uc) in sme_vl() function
67 .run = sme_vl,
/linux-6.15/arch/arm64/kernel/
H A Dfpsimd.c400 unsigned long sme_vl = task_get_sme_vl(current); in task_fpsimd_load() local
404 sme_set_vq(sve_vq_from_vl(sme_vl) - 1); in task_fpsimd_load()
481 vl = last->sme_vl; in fpsimd_save_user_state()
1711 last->sme_vl = task_get_sme_vl(current); in fpsimd_bind_task_to_cpu()
/linux-6.15/arch/arm64/include/asm/
H A Dfpsimd.h91 unsigned int sme_vl; member