Searched refs:priv_ver (Results 1 – 9 of 9) sorted by relevance
84 static const char *cpu_priv_ver_to_str(int priv_ver) in cpu_priv_ver_to_str() argument86 const char *priv_spec_str = priv_spec_to_str(priv_ver); in cpu_priv_ver_to_str()219 if (env->priv_ver == PRIV_VERSION_LATEST) { in cpu_bump_multi_ext_priv_ver()225 if (env->priv_ver < ext_priv_ver) { in cpu_bump_multi_ext_priv_ver()230 env->priv_ver = ext_priv_ver; in cpu_bump_multi_ext_priv_ver()249 if (value && env->priv_ver != PRIV_VERSION_LATEST) { in cpu_cfg_ext_auto_update()252 if (env->priv_ver < min_version) { in cpu_cfg_ext_auto_update()262 if (riscv_has_ext(env, RVH) && env->priv_ver < PRIV_VERSION_1_12_0) { in riscv_cpu_validate_misa_priv()296 (env->priv_ver < edata->min_version)) { in riscv_cpu_disable_priv_spec_isa_exts()322 if (cpu->env.priv_ver >= PRIV_VERSION_1_11_0) { in riscv_cpu_update_named_features()[all …]
452 env->priv_ver = PRIV_VERSION_LATEST; in riscv_max_cpu_init()470 env->priv_ver = PRIV_VERSION_LATEST; in rv64_base_cpu_init()481 env->priv_ver = PRIV_VERSION_1_10_0; in rv64_sifive_u_cpu_init()499 env->priv_ver = PRIV_VERSION_1_10_0; in rv64_sifive_e_cpu_init()516 env->priv_ver = PRIV_VERSION_1_11_0; in rv64_thead_c906_cpu_init()548 env->priv_ver = PRIV_VERSION_1_12_0; in rv64_veyron_v1_cpu_init()599 env->priv_ver = PRIV_VERSION_LATEST; in rv128_base_cpu_init()632 env->priv_ver = PRIV_VERSION_LATEST; in rv32_base_cpu_init()643 env->priv_ver = PRIV_VERSION_1_10_0; in rv32_sifive_u_cpu_init()661 env->priv_ver = PRIV_VERSION_1_10_0; in rv32_sifive_e_cpu_init()[all …]
250 return nanbox_s(env, env->priv_ver < PRIV_VERSION_1_11_0 ? in helper_fmin_s()267 return nanbox_s(env, env->priv_ver < PRIV_VERSION_1_11_0 ? in helper_fmax_s()417 return env->priv_ver < PRIV_VERSION_1_11_0 ? in helper_fmin_d()429 return env->priv_ver < PRIV_VERSION_1_11_0 ? in helper_fmax_d()583 return nanbox_h(env, env->priv_ver < PRIV_VERSION_1_11_0 ? in helper_fmin_h()600 return nanbox_h(env, env->priv_ver < PRIV_VERSION_1_11_0 ? in helper_fmax_h()
298 return (env->priv_ver >= PRIV_VERSION_1_12_0 ? 1 : 0); in envcfg_needed()405 VMSTATE_UINTTL(env.priv_ver, RISCVCPU),
290 if (env->priv_ver >= PRIV_VERSION_1_12_0) { in helper_sret()351 if ((env->priv_ver >= PRIV_VERSION_1_12_0) && (prev_priv != PRV_M)) { in helper_mret()
264 if (env->priv_ver < csr_ops[i].min_priv_ver) { in riscv_gen_dynamic_csr_feature()
63 target_ulong priv_ver; member1231 ctx->priv_ver = env->priv_ver; in riscv_tr_init_disas_context()
224 target_ulong priv_ver; member
2569 if (env->priv_ver >= PRIV_VERSION_1_13_0) { in write_mstateen0()2608 if (env->priv_ver >= PRIV_VERSION_1_13_0) { in write_mstateen0h()4725 if (env->priv_ver < csr_min_priv) { in riscv_csrrw_check()