Home
last modified time | relevance | path

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

/openbmc/qemu/target/riscv/
H A Dcpu_cfg.h72 bool ext_zihpm; member
H A Dcpu.c88 ISA_EXT_DATA_ENTRY(zihpm, PRIV_VERSION_1_12_0, ext_zihpm),
1229 RISCV_CPU(obj)->cfg.ext_zihpm = true; in riscv_cpu_init()
1320 MULTI_EXT_CFG_BOOL("zihpm", ext_zihpm, true),
/openbmc/qemu/target/riscv/tcg/
H A Dtcg-cpu.c603 if (cpu->cfg.ext_zihpm && !cpu->cfg.ext_zicsr) { in riscv_cpu_validate_set_extensions()
604 if (cpu_cfg_ext_is_user_set(CPU_CFG_OFFSET(ext_zihpm))) { in riscv_cpu_validate_set_extensions()
608 cpu->cfg.ext_zihpm = false; in riscv_cpu_validate_set_extensions()
611 if (!cpu->cfg.ext_zihpm) { in riscv_cpu_validate_set_extensions()
/openbmc/qemu/target/riscv/kvm/
H A Dkvm-cpu.c235 KVM_EXT_CFG("zihpm", ext_zihpm, KVM_RISCV_ISA_EXT_ZIHPM),