Home
last modified time | relevance | path

Searched refs:ext_zfh (Results 1 – 6 of 6) sorted by relevance

/openbmc/qemu/target/riscv/
H A Dcpu_cfg.h96 bool ext_zfh; member
H A Dcpu.c129 ISA_EXT_DATA_ENTRY(zfh, PRIV_VERSION_1_11_0, ext_zfh),
519 cpu->cfg.ext_zfh = true; in rv64_thead_c906_cpu_init()
1492 MULTI_EXT_CFG_BOOL("zfh", ext_zfh, false),
1622 MULTI_EXT_CFG_BOOL("Zfh", ext_zfh, false),
2392 .ext = CPU_CFG_OFFSET(ext_zfh),
/openbmc/qemu/target/riscv/insn_trans/
H A Dtrans_rvzfh.c.inc20 if (!ctx->cfg_ptr->ext_zfh) { \
26 if (!ctx->cfg_ptr->ext_zhinx && !ctx->cfg_ptr->ext_zfh) { \
H A Dtrans_rvzfa.c.inc26 if (!ctx->cfg_ptr->ext_zfh) { \
/openbmc/qemu/target/riscv/kvm/
H A Dkvm-cpu.c289 KVM_EXT_CFG("zfh", ext_zfh, KVM_RISCV_ISA_EXT_ZFH),
/openbmc/qemu/linux-user/
H A Dsyscall.c9066 value |= cfg->ext_zfh ? in risc_hwprobe_fill_pairs()