Home
last modified time | relevance | path

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

/openbmc/qemu/target/riscv/
H A Dcpu_cfg.h41 bool ext_zbb; member
H A Dcpu.c105 ISA_EXT_DATA_ENTRY(zbb, PRIV_VERSION_1_12_0, ext_zbb),
524 cpu->cfg.ext_zbb = true; in rv64_veyron_v1_cpu_init()
1323 MULTI_EXT_CFG_BOOL("zbb", ext_zbb, true),
/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.c237 KVM_EXT_CFG("zbb", ext_zbb, KVM_RISCV_ISA_EXT_ZBB),
/openbmc/qemu/linux-user/
H A Dsyscall.c8856 value |= cfg->ext_zbb ? in risc_hwprobe_fill_pairs()