Home
last modified time | relevance | path

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

/openbmc/qemu/target/riscv/
H A Dcpu_cfg.h40 bool ext_zba; member
H A Dcpu.c141 ISA_EXT_DATA_ENTRY(zba, PRIV_VERSION_1_12_0, ext_zba),
567 cpu->cfg.ext_zba = true; in rv64_veyron_v1_cpu_init()
688 cpu->cfg.ext_zba = true; in rv32_ibex_cpu_init()
1519 MULTI_EXT_CFG_BOOL("zba", ext_zba, true),
2221 CPU_CFG_OFFSET(ext_zba), CPU_CFG_OFFSET(ext_zbb),
/openbmc/qemu/target/riscv/tcg/
H A Dtcg-cpu.c385 if (!cpu->cfg.ext_zba) { in riscv_cpu_validate_b()
386 if (!cpu_cfg_ext_is_user_set(CPU_CFG_OFFSET(ext_zba))) { in riscv_cpu_validate_b()
387 cpu->cfg.ext_zba = true; in riscv_cpu_validate_b()
/openbmc/qemu/target/riscv/insn_trans/
H A Dtrans_rvb.c.inc22 if (!ctx->cfg_ptr->ext_zba) { \
/openbmc/qemu/target/riscv/kvm/
H A Dkvm-cpu.c291 KVM_EXT_CFG("zba", ext_zba, KVM_RISCV_ISA_EXT_ZBA),
/openbmc/qemu/linux-user/
H A Dsyscall.c9018 value |= cfg->ext_zba ? in risc_hwprobe_fill_pairs()