Searched refs:priv_spec (Results 1 – 4 of 4) sorted by relevance
703 if (profile->priv_spec != RISCV_PROFILE_ATTR_UNUSED && in riscv_cpu_validate_profile()704 profile->priv_spec != env->priv_ver) { in riscv_cpu_validate_profile()710 cpu_priv_ver_to_str(profile->priv_spec), in riscv_cpu_validate_profile()1162 cpu->env.priv_ver = profile->priv_spec; in cpu_set_profile()
90 int priv_spec; member
2217 .priv_spec = RISCV_PROFILE_ATTR_UNUSED,2249 .priv_spec = PRIV_VERSION_1_12_0,
880 ``rv64gcsu-v1.10.0``. Instead the version can be specified via the CPU ``priv_spec``990 spec you can use the ``-cpu rv64gcsu,priv_spec=v1.10.0`` command line argument.