Home
last modified time | relevance | path

Searched full:zihpm (Results 1 – 7 of 7) sorted by relevance

/openbmc/linux/Documentation/devicetree/bindings/riscv/
H A Dextensions.yaml24 ratified states, with the exception of the I, Zicntr & Zihpm extensions.
44 Zicntr, Zicsr, Zifencei and Zihpm extensions and thus "i"
75 the Zicntr and Zihpm extensions after the ratification of the
223 Zihpm extensions after the ratification of the 20191213 version of
237 - const: zihpm
239 The standard Zihpm extension for hardware performance counters, as
/openbmc/qemu/target/riscv/tcg/
H A Dtcg-cpu.c302 !strcmp(edata->name, "zihpm")) { in riscv_cpu_disable_priv_spec_isa_exts()
616 error_setg(errp, "zihpm requires zicsr"); in riscv_cpu_validate_set_extensions()
/openbmc/linux/arch/riscv/kernel/
H A Dcpufeature.c174 __RISCV_ISA_EXT_DATA(zihpm, RISCV_ISA_EXT_ZIHPM),
/openbmc/linux/arch/riscv/kvm/
H A Dvcpu_onereg.c51 KVM_ISA_EXT_ARR(ZIHPM),
/openbmc/linux/tools/testing/selftests/kvm/riscv/
H A Dget-reg-list.c733 …{"zihpm", .feature = KVM_RISCV_ISA_EXT_ZIHPM, .regs = zihpm_regs, .regs_n = ARRAY_SIZE(zihpm_regs)…
/openbmc/qemu/target/riscv/
H A Dcpu.c117 ISA_EXT_DATA_ENTRY(zihpm, PRIV_VERSION_1_12_0, ext_zihpm),
1517 MULTI_EXT_CFG_BOOL("zihpm", ext_zihpm, true),
/openbmc/qemu/target/riscv/kvm/
H A Dkvm-cpu.c283 KVM_EXT_CFG("zihpm", ext_zihpm, KVM_RISCV_ISA_EXT_ZIHPM),