Searched refs:ext_zbs (Results 1 – 6 of 6) sorted by relevance
/openbmc/qemu/target/riscv/ |
H A D | cpu_cfg.h | 46 bool ext_zbs; member
|
H A D | cpu.c | 145 ISA_EXT_DATA_ENTRY(zbs, PRIV_VERSION_1_12_0, ext_zbs), 590 cpu->cfg.ext_zbs = true; in rv64_veyron_v1_cpu_init() 1523 MULTI_EXT_CFG_BOOL("zbs", ext_zbs, true), 2220 CPU_CFG_OFFSET(ext_zbs), CPU_CFG_OFFSET(ext_zfhmin),
|
/openbmc/qemu/target/riscv/tcg/ |
H A D | tcg-cpu.c | 400 if (!cpu->cfg.ext_zbs) { in riscv_cpu_validate_b() 401 if (!cpu_cfg_ext_is_user_set(CPU_CFG_OFFSET(ext_zbs))) { in riscv_cpu_validate_b() 402 cpu->cfg.ext_zbs = true; in riscv_cpu_validate_b()
|
/openbmc/qemu/target/riscv/insn_trans/ |
H A D | trans_rvb.c.inc | 40 if (!ctx->cfg_ptr->ext_zbs) { \
|
/openbmc/qemu/target/riscv/kvm/ |
H A D | kvm-cpu.c | 294 KVM_EXT_CFG("zbs", ext_zbs, KVM_RISCV_ISA_EXT_ZBS),
|
/openbmc/qemu/linux-user/ |
H A D | syscall.c | 8931 value |= cfg->ext_zbs ? in risc_hwprobe_fill_pairs()
|