Searched refs:priv_spec (Results 1 – 4 of 4) sorted by relevance
674 if (profile->priv_spec != RISCV_PROFILE_ATTR_UNUSED && in riscv_cpu_validate_profile()675 profile->priv_spec != env->priv_ver) { in riscv_cpu_validate_profile()681 cpu_priv_ver_to_str(profile->priv_spec), in riscv_cpu_validate_profile()1126 cpu->env.priv_ver = profile->priv_spec; in cpu_set_profile()
85 int priv_spec; member
2214 .priv_spec = RISCV_PROFILE_ATTR_UNUSED,2246 .priv_spec = PRIV_VERSION_1_12_0,
843 ``rv64gcsu-v1.10.0``. Instead the version can be specified via the CPU ``priv_spec``938 spec you can use the ``-cpu rv64gcsu,priv_spec=v1.10.0`` command line argument.