Home
last modified time | relevance | path

Searched refs:priv_spec (Results 1 – 4 of 4) sorted by relevance

/openbmc/qemu/target/riscv/tcg/
H A Dtcg-cpu.c674 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()
/openbmc/qemu/target/riscv/
H A Dcpu.h85 int priv_spec; member
H A Dcpu.c2214 .priv_spec = RISCV_PROFILE_ATTR_UNUSED,
2246 .priv_spec = PRIV_VERSION_1_12_0,
/openbmc/qemu/docs/about/
H A Dremoved-features.rst843 ``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.