Home
last modified time | relevance | path

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

/openbmc/qemu/target/riscv/
H A Dcpu_cfg.h74 bool ext_zihintpause; member
H A Dcpu.c116 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 Dkvm-cpu.c282 KVM_EXT_CFG("zihintpause", ext_zihintpause, KVM_RISCV_ISA_EXT_ZIHINTPAUSE),
/openbmc/qemu/target/riscv/insn_trans/
H A Dtrans_rvi.c.inc851 if (!ctx->cfg_ptr->ext_zihintpause) {