Searched refs:ext_zba (Results 1 – 6 of 6) sorted by relevance
/openbmc/qemu/target/riscv/ |
H A D | cpu_cfg.h | 40 bool ext_zba; member
|
H A D | cpu.c | 141 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 D | tcg-cpu.c | 385 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 D | trans_rvb.c.inc | 22 if (!ctx->cfg_ptr->ext_zba) { \
|
/openbmc/qemu/target/riscv/kvm/ |
H A D | kvm-cpu.c | 291 KVM_EXT_CFG("zba", ext_zba, KVM_RISCV_ISA_EXT_ZBA),
|
/openbmc/qemu/linux-user/ |
H A D | syscall.c | 9018 value |= cfg->ext_zba ? in risc_hwprobe_fill_pairs()
|