Searched full:zihintpause (Results 1 – 8 of 8) sorted by relevance
/openbmc/linux/Documentation/devicetree/bindings/riscv/ |
H A D | extensions.yaml | 232 - const: zihintpause 234 The standard Zihintpause extension for pause hints, as ratified in 235 commit d8ab5c7 ("Zihintpause is ratified") of the riscv-isa-manual.
|
/openbmc/linux/arch/riscv/ |
H A D | Makefile | 71 # Check if the toolchain supports Zihintpause extension
|
/openbmc/qemu/docs/about/ |
H A D | deprecated.rst | 334 - "Zihintpause" should be replaced with "zihintpause"
|
/openbmc/linux/arch/riscv/kernel/ |
H A D | cpufeature.c | 173 __RISCV_ISA_EXT_DATA(zihintpause, RISCV_ISA_EXT_ZIHINTPAUSE),
|
/openbmc/qemu/target/riscv/ |
H A D | cpu.c | 116 ISA_EXT_DATA_ENTRY(zihintpause, PRIV_VERSION_1_10_0, ext_zihintpause), 1481 MULTI_EXT_CFG_BOOL("zihintpause", ext_zihintpause, true), 1619 MULTI_EXT_CFG_BOOL("Zihintpause", ext_zihintpause, true),
|
/openbmc/linux/arch/riscv/kvm/ |
H A D | vcpu_onereg.c | 50 KVM_ISA_EXT_ARR(ZIHINTPAUSE),
|
/openbmc/linux/tools/testing/selftests/kvm/riscv/ |
H A D | get-reg-list.c | 719 …{"zihintpause", .feature = KVM_RISCV_ISA_EXT_ZIHINTPAUSE, .regs = zihintpause_regs, .regs_n = ARRA…
|
/openbmc/qemu/target/riscv/kvm/ |
H A D | kvm-cpu.c | 282 KVM_EXT_CFG("zihintpause", ext_zihintpause, KVM_RISCV_ISA_EXT_ZIHINTPAUSE),
|