Home
last modified time | relevance | path

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

/openbmc/qemu/target/riscv/
H A Dcpu_cfg.h125 bool ext_zvfh; member
H A Dcpu.c168 ISA_EXT_DATA_ENTRY(zvfh, PRIV_VERSION_1_12_0, ext_zvfh),
1501 MULTI_EXT_CFG_BOOL("zvfh", ext_zvfh, false),
2559 .ext = CPU_CFG_OFFSET(ext_zvfh),
/openbmc/qemu/target/riscv/tcg/
H A Dtcg-cpu.c521 if (cpu->cfg.ext_zvfh && !cpu->cfg.ext_zfhmin) { in riscv_cpu_validate_set_extensions()
/openbmc/qemu/target/riscv/kvm/
H A Dkvm-cpu.c312 KVM_EXT_CFG("zvfh", ext_zvfh, KVM_RISCV_ISA_EXT_ZVFH),
/openbmc/qemu/target/riscv/insn_trans/
H A Dtrans_rvv.c.inc43 return s->cfg_ptr->ext_zvfh;
77 return s->cfg_ptr->ext_zvfh;
/openbmc/qemu/linux-user/
H A Dsyscall.c9072 value |= cfg->ext_zvfh ? in risc_hwprobe_fill_pairs()