Searched refs:sve_vqm1_for_el_sm (Results 1 – 6 of 6) sorted by relevance
/openbmc/qemu/linux-user/aarch64/ |
H A D | target_prctl.h | 92 vq = sve_vqm1_for_el_sm(env, 0, true) + 1; in do_prctl_sme_set_vl()
|
H A D | signal.c | 322 vq = sve_vqm1_for_el_sm(env, 0, sm) + 1; in target_restore_sve_record()
|
/openbmc/qemu/target/arm/tcg/ |
H A D | hflags.c | 248 int svl = sve_vqm1_for_el_sm(env, el, true); in rebuild_hflags_a64()
|
/openbmc/qemu/target/arm/ |
H A D | cpu.c | 1356 int zcr_len = sve_vqm1_for_el_sm(env, el, true); in aarch64_cpu_dump_state()
|
H A D | cpu.h | 1259 uint32_t sve_vqm1_for_el_sm(CPUARMState *env, int el, bool sm);
|
H A D | helper.c | 7232 uint32_t sve_vqm1_for_el_sm(CPUARMState *env, int el, bool sm) in sve_vqm1_for_el_sm() function 7266 return sve_vqm1_for_el_sm(env, el, FIELD_EX64(env->svcr, SVCR, SM)); in sve_vqm1_for_el() 12801 return sve_vqm1_for_el_sm(env, el, sm); in sve_vqm1_for_el_sm_ena()
|