Home
last modified time | relevance | path

Searched refs:ext_zicboz (Results 1 – 7 of 7) sorted by relevance

/openbmc/qemu/target/riscv/
H A Dcpu_cfg.h69 bool ext_zicboz; member
H A Dcpu.c104 ISA_EXT_DATA_ENTRY(zicboz, PRIV_VERSION_1_12_0, ext_zicboz),
558 cpu->cfg.ext_zicboz = true; in rv64_veyron_v1_cpu_init()
1545 MULTI_EXT_CFG_BOOL("zicboz", ext_zicboz, true),
2225 CPU_CFG_OFFSET(ext_zicbop), CPU_CFG_OFFSET(ext_zicboz),
/openbmc/qemu/target/riscv/insn_trans/
H A Dtrans_rvzicbo.c.inc26 if (!ctx->cfg_ptr->ext_zicboz) { \
/openbmc/qemu/target/riscv/kvm/
H A Dkvm-cpu.c276 KVM_EXT_CFG("zicboz", ext_zicboz, KVM_RISCV_ISA_EXT_ZICBOZ),
1038 if (cpu->cfg.ext_zicboz) { in kvm_riscv_read_multiext_legacy()
1171 if (cpu->cfg.ext_zicboz) { in kvm_riscv_init_multiext_cfg()
1891 if (!cpu->cfg.ext_zicbom && !cpu->cfg.ext_zicboz && in riscv_kvm_cpu_finalize_features()
1920 if (cpu->cfg.ext_zicboz && in riscv_kvm_cpu_finalize_features()
/openbmc/qemu/hw/riscv/
H A Dvirt-acpi-build.c274 if (cpu->cfg.ext_zicbom || cpu->cfg.ext_zicboz) { in build_rhct()
308 if (cpu->cfg.ext_zicbom || cpu->cfg.ext_zicboz) { in build_rhct()
H A Dvirt.c257 if (cpu_ptr->cfg.ext_zicboz) { in create_fdt_socket_cpus()
/openbmc/qemu/linux-user/
H A Dsyscall.c9024 value |= cfg->ext_zicboz ? in risc_hwprobe_fill_pairs()
9090 value = cfg->ext_zicboz ? cfg->cboz_blocksize : 0; in risc_hwprobe_fill_pairs()