Searched refs:ext_zfh (Results 1 – 6 of 6) sorted by relevance
/openbmc/qemu/target/riscv/ |
H A D | cpu_cfg.h | 96 bool ext_zfh; member
|
H A D | cpu.c | 129 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 D | trans_rvzfh.c.inc | 20 if (!ctx->cfg_ptr->ext_zfh) { \ 26 if (!ctx->cfg_ptr->ext_zhinx && !ctx->cfg_ptr->ext_zfh) { \
|
H A D | trans_rvzfa.c.inc | 26 if (!ctx->cfg_ptr->ext_zfh) { \
|
/openbmc/qemu/target/riscv/kvm/ |
H A D | kvm-cpu.c | 289 KVM_EXT_CFG("zfh", ext_zfh, KVM_RISCV_ISA_EXT_ZFH),
|
/openbmc/qemu/linux-user/ |
H A D | syscall.c | 9066 value |= cfg->ext_zfh ? in risc_hwprobe_fill_pairs()
|