Home
last modified time | relevance | path

Searched refs:ext_zicond (Results 1 – 5 of 5) sorted by relevance

/openbmc/qemu/target/riscv/
H A Dcpu_cfg.h72 bool ext_zicond; member
H A Dcpu.c111 ISA_EXT_DATA_ENTRY(zicond, PRIV_VERSION_1_12_0, ext_zicond),
1556 MULTI_EXT_CFG_BOOL("zicond", ext_zicond, false),
/openbmc/qemu/target/riscv/insn_trans/
H A Dtrans_rvzicond.c.inc21 if (!ctx->cfg_ptr->ext_zicond) { \
/openbmc/qemu/target/riscv/kvm/
H A Dkvm-cpu.c278 KVM_EXT_CFG("zicond", ext_zicond, KVM_RISCV_ISA_EXT_ZICOND),
/openbmc/qemu/linux-user/
H A Dsyscall.c9080 value |= cfg->ext_zicond ? in risc_hwprobe_fill_pairs()