Home
last modified time | relevance | path

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

/openbmc/qemu/target/riscv/
H A Dcpu_cfg.h68 bool ext_zicboz; member
H A Dcpu.c81 ISA_EXT_DATA_ENTRY(zicboz, PRIV_VERSION_1_12_0, ext_zicboz),
514 cpu->cfg.ext_zicboz = true; in rv64_veyron_v1_cpu_init()
1346 MULTI_EXT_CFG_BOOL("zicboz", ext_zicboz, true),
/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.c230 KVM_EXT_CFG("zicboz", ext_zicboz, KVM_RISCV_ISA_EXT_ZICBOZ),
850 if (cpu->cfg.ext_zicboz) { in kvm_riscv_read_multiext_legacy()
942 if (cpu->cfg.ext_zicboz) { in kvm_riscv_init_multiext_cfg()
/openbmc/qemu/hw/riscv/
H A Dvirt.c271 if (cpu_ptr->cfg.ext_zicboz) { in create_fdt_socket_cpus()
/openbmc/qemu/linux-user/
H A Dsyscall.c8866 value = cfg->ext_zicboz ? cfg->cboz_blocksize : 0; in risc_hwprobe_fill_pairs()