Home
last modified time | relevance | path

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

/openbmc/qemu/target/riscv/
H A Dcpu_cfg.h41 bool ext_zbb; member
H A Dcpu.c142 ISA_EXT_DATA_ENTRY(zbb, PRIV_VERSION_1_12_0, ext_zbb),
568 cpu->cfg.ext_zbb = true; in rv64_veyron_v1_cpu_init()
689 cpu->cfg.ext_zbb = true; in rv32_ibex_cpu_init()
1520 MULTI_EXT_CFG_BOOL("zbb", ext_zbb, true),
2221 CPU_CFG_OFFSET(ext_zba), CPU_CFG_OFFSET(ext_zbb),
/openbmc/qemu/target/riscv/tcg/
H A Dtcg-cpu.c393 if (!cpu->cfg.ext_zbb) { in riscv_cpu_validate_b()
394 if (!cpu_cfg_ext_is_user_set(CPU_CFG_OFFSET(ext_zbb))) { in riscv_cpu_validate_b()
395 cpu->cfg.ext_zbb = true; in riscv_cpu_validate_b()
/openbmc/qemu/target/riscv/insn_trans/
H A Dtrans_rvb.c.inc28 if (!ctx->cfg_ptr->ext_zbb) { \
/openbmc/qemu/target/riscv/kvm/
H A Dkvm-cpu.c292 KVM_EXT_CFG("zbb", ext_zbb, KVM_RISCV_ISA_EXT_ZBB),
/openbmc/qemu/linux-user/
H A Dsyscall.c9020 value |= cfg->ext_zbb ? in risc_hwprobe_fill_pairs()