Searched refs:sve_vqm1_for_el (Results 1 – 6 of 6) sorted by relevance
/openbmc/qemu/target/arm/ |
H A D | gdbstub64.c | 168 int vq = sve_vqm1_for_el(env, arm_current_el(env)) + 1; in aarch64_gdb_get_sve_reg()
|
H A D | arch_dump.c | 170 return sve_vqm1_for_el(env, arm_current_el(env)) + 1; in sve_current_vq()
|
H A D | cpu.c | 1284 int zcr_len = sve_vqm1_for_el(env, el); in aarch64_cpu_dump_state()
|
H A D | cpu.h | 1262 uint32_t sve_vqm1_for_el(CPUARMState *env, int el);
|
H A D | helper.c | 7264 uint32_t sve_vqm1_for_el(CPUARMState *env, int el) in sve_vqm1_for_el() function 7273 int old_len = sve_vqm1_for_el(env, cur_el); in zcr_write() 7284 new_len = sve_vqm1_for_el(env, cur_el); in zcr_write() 7402 int old_len = sve_vqm1_for_el(env, cur_el); in smcr_write() 7416 new_len = sve_vqm1_for_el(env, cur_el); in smcr_write()
|
/openbmc/qemu/target/arm/tcg/ |
H A D | hflags.c | 237 DP_TBFLAG_A64(flags, VL, sve_vqm1_for_el(env, el)); in rebuild_hflags_a64()
|