Home
last modified time | relevance | path

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

/openbmc/qemu/target/riscv/
H A Dcpu_cfg.h46 bool ext_zbs; member
H A Dcpu.c145 ISA_EXT_DATA_ENTRY(zbs, PRIV_VERSION_1_12_0, ext_zbs),
590 cpu->cfg.ext_zbs = true; in rv64_veyron_v1_cpu_init()
1523 MULTI_EXT_CFG_BOOL("zbs", ext_zbs, true),
2220 CPU_CFG_OFFSET(ext_zbs), CPU_CFG_OFFSET(ext_zfhmin),
/openbmc/qemu/target/riscv/tcg/
H A Dtcg-cpu.c400 if (!cpu->cfg.ext_zbs) { in riscv_cpu_validate_b()
401 if (!cpu_cfg_ext_is_user_set(CPU_CFG_OFFSET(ext_zbs))) { in riscv_cpu_validate_b()
402 cpu->cfg.ext_zbs = true; in riscv_cpu_validate_b()
/openbmc/qemu/target/riscv/insn_trans/
H A Dtrans_rvb.c.inc40 if (!ctx->cfg_ptr->ext_zbs) { \
/openbmc/qemu/target/riscv/kvm/
H A Dkvm-cpu.c294 KVM_EXT_CFG("zbs", ext_zbs, KVM_RISCV_ISA_EXT_ZBS),
/openbmc/qemu/linux-user/
H A Dsyscall.c8931 value |= cfg->ext_zbs ? in risc_hwprobe_fill_pairs()