Searched refs:ext_zihintpause (Results 1 – 4 of 4) sorted by relevance
/openbmc/qemu/target/riscv/ |
H A D | cpu_cfg.h | 74 bool ext_zihintpause; member
|
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), 2221 CPU_CFG_OFFSET(ext_zicsr), CPU_CFG_OFFSET(ext_zihintpause),
|
/openbmc/qemu/target/riscv/kvm/ |
H A D | kvm-cpu.c | 282 KVM_EXT_CFG("zihintpause", ext_zihintpause, KVM_RISCV_ISA_EXT_ZIHINTPAUSE),
|
/openbmc/qemu/target/riscv/insn_trans/ |
H A D | trans_rvi.c.inc | 851 if (!ctx->cfg_ptr->ext_zihintpause) {
|