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.c147 ISA_EXT_DATA_ENTRY(zbs, PRIV_VERSION_1_12_0, ext_zbs),
570 cpu->cfg.ext_zbs = true; in rv64_veyron_v1_cpu_init()
691 cpu->cfg.ext_zbs = true; in rv32_ibex_cpu_init()
1525 MULTI_EXT_CFG_BOOL("zbs", ext_zbs, true),
2222 CPU_CFG_OFFSET(ext_zbs), CPU_CFG_OFFSET(ext_zfhmin),
/openbmc/qemu/target/riscv/tcg/
H A Dtcg-cpu.c401 if (!cpu->cfg.ext_zbs) { in riscv_cpu_validate_b()
402 if (!cpu_cfg_ext_is_user_set(CPU_CFG_OFFSET(ext_zbs))) { in riscv_cpu_validate_b()
403 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.c297 KVM_EXT_CFG("zbs", ext_zbs, KVM_RISCV_ISA_EXT_ZBS),
/openbmc/qemu/linux-user/
H A Dsyscall.c9022 value |= cfg->ext_zbs ? in risc_hwprobe_fill_pairs()