Home
last modified time | relevance | path

Searched refs:ext_zbc (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/target/riscv/
H A Dcpu_cfg.h42 bool ext_zbc; member
H A Dcpu.c106 ISA_EXT_DATA_ENTRY(zbc, PRIV_VERSION_1_12_0, ext_zbc),
525 cpu->cfg.ext_zbc = true; in rv64_veyron_v1_cpu_init()
1324 MULTI_EXT_CFG_BOOL("zbc", ext_zbc, true),
/openbmc/qemu/target/riscv/insn_trans/
H A Dtrans_rvb.c.inc34 if (!ctx->cfg_ptr->ext_zbc) { \