Home
last modified time | relevance | path

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

/openbmc/qemu/target/riscv/
H A Dcpu_cfg.h160 bool ext_xtheadmac; member
199 cfg->ext_xtheadmac || cfg->ext_xtheadmemidx || in has_xthead_p()
H A Dcpu.c210 ISA_EXT_DATA_ENTRY(xtheadmac, PRIV_VERSION_1_11_0, ext_xtheadmac),
527 cpu->cfg.ext_xtheadmac = true; in rv64_thead_c906_cpu_init()
1587 MULTI_EXT_CFG_BOOL("xtheadmac", ext_xtheadmac, false),
/openbmc/qemu/target/riscv/insn_trans/
H A Dtrans_xthead.c.inc62 if (!ctx->cfg_ptr->ext_xtheadmac) { \