Searched refs:ext_zvfh (Results 1 – 6 of 6) sorted by relevance
/openbmc/qemu/target/riscv/ |
H A D | cpu_cfg.h | 125 bool ext_zvfh; member
|
H A D | cpu.c | 168 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 D | tcg-cpu.c | 521 if (cpu->cfg.ext_zvfh && !cpu->cfg.ext_zfhmin) { in riscv_cpu_validate_set_extensions()
|
/openbmc/qemu/target/riscv/kvm/ |
H A D | kvm-cpu.c | 312 KVM_EXT_CFG("zvfh", ext_zvfh, KVM_RISCV_ISA_EXT_ZVFH),
|
/openbmc/qemu/target/riscv/insn_trans/ |
H A D | trans_rvv.c.inc | 43 return s->cfg_ptr->ext_zvfh; 77 return s->cfg_ptr->ext_zvfh;
|
/openbmc/qemu/linux-user/ |
H A D | syscall.c | 9072 value |= cfg->ext_zvfh ? in risc_hwprobe_fill_pairs()
|