Home
last modified time | relevance | path

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

/openbmc/qemu/target/riscv/
H A Dcpu_cfg.h155 bool ext_xtheadbs; member
196 cfg->ext_xtheadbs || cfg->ext_xtheadcmo || in has_xthead_p()
H A Dcpu.c205 ISA_EXT_DATA_ENTRY(xtheadbs, PRIV_VERSION_1_11_0, ext_xtheadbs),
523 cpu->cfg.ext_xtheadbs = true; in rv64_thead_c906_cpu_init()
1582 MULTI_EXT_CFG_BOOL("xtheadbs", ext_xtheadbs, false),
/openbmc/qemu/target/riscv/insn_trans/
H A Dtrans_xthead.c.inc32 if (!ctx->cfg_ptr->ext_xtheadbs) { \