Home
last modified time | relevance | path

Searched refs:sme_vq (Results 1 – 6 of 6) sorted by relevance

/qemu/linux-user/aarch64/
H A Dtarget_prctl.h61 return sme_vq(env) * 16; in do_prctl_sme_get_vl()
78 old_vq = sme_vq(env); in do_prctl_sme_set_vl()
H A Dsignal.c230 int vq = sme_vq(env); in target_setup_za_record()
378 vq = sme_vq(env); in target_restore_za_record()
590 za_size = TARGET_ZA_SIG_CONTEXT_SIZE(sme_vq(env)); in target_setup_frame()
/qemu/target/arm/
H A Dcpu64.c305 uint32_t vq_map = cpu->sme_vq.map; in arm_cpu_sme_finalize()
306 uint32_t vq_init = cpu->sme_vq.init; in arm_cpu_sme_finalize()
307 uint32_t vq_supported = cpu->sme_vq.supported; in arm_cpu_sme_finalize()
339 cpu->sme_vq.map = vq_map; in arm_cpu_sme_finalize()
468 cpu_arm_set_vq, NULL, &cpu->sme_vq); in aarch64_add_sme_properties()
H A Dcpu.h1103 ARMVQMap sme_vq; member
3226 static inline int sme_vq(CPUARMState *env) in sme_vq() function
H A Dhelper.c7227 map = cpu->sme_vq.map; in sve_vqm1_for_el_sm()
7247 return ctz32(cpu->sme_vq.map); in sve_vqm1_for_el_sm()
/qemu/target/arm/tcg/
H A Dcpu64.c1285 cpu->sme_vq.supported = SVE_VQ_POW2_MAP; in aarch64_max_tcg_initfn()