Home
last modified time | relevance | path

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

/openbmc/qemu/target/riscv/
H A Dcpu_cfg.h153 bool ext_xtheadba; member
195 return cfg->ext_xtheadba || cfg->ext_xtheadbb || in has_xthead_p()
H A Dcpu.c203 ISA_EXT_DATA_ENTRY(xtheadba, PRIV_VERSION_1_11_0, ext_xtheadba),
521 cpu->cfg.ext_xtheadba = true; in rv64_thead_c906_cpu_init()
1580 MULTI_EXT_CFG_BOOL("xtheadba", ext_xtheadba, false),
/openbmc/qemu/target/riscv/insn_trans/
H A Dtrans_xthead.c.inc20 if (!ctx->cfg_ptr->ext_xtheadba) { \