Searched full:zihpm (Results 1 – 7 of 7) sorted by relevance
/openbmc/linux/Documentation/devicetree/bindings/riscv/ |
H A D | extensions.yaml | 24 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 D | tcg-cpu.c | 302 !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 D | cpufeature.c | 174 __RISCV_ISA_EXT_DATA(zihpm, RISCV_ISA_EXT_ZIHPM),
|
/openbmc/linux/arch/riscv/kvm/ |
H A D | vcpu_onereg.c | 51 KVM_ISA_EXT_ARR(ZIHPM),
|
/openbmc/linux/tools/testing/selftests/kvm/riscv/ |
H A D | get-reg-list.c | 733 …{"zihpm", .feature = KVM_RISCV_ISA_EXT_ZIHPM, .regs = zihpm_regs, .regs_n = ARRAY_SIZE(zihpm_regs)…
|
/openbmc/qemu/target/riscv/ |
H A D | cpu.c | 117 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 D | kvm-cpu.c | 283 KVM_EXT_CFG("zihpm", ext_zihpm, KVM_RISCV_ISA_EXT_ZIHPM),
|