Home
last modified time | relevance | path

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

/openbmc/qemu/target/riscv/
H A Dcpu_cfg.h156 bool ext_xtheadcmo; member
196 cfg->ext_xtheadbs || cfg->ext_xtheadcmo || in has_xthead_p()
H A Dcpu.c206 ISA_EXT_DATA_ENTRY(xtheadcmo, PRIV_VERSION_1_11_0, ext_xtheadcmo),
524 cpu->cfg.ext_xtheadcmo = true; in rv64_thead_c906_cpu_init()
1583 MULTI_EXT_CFG_BOOL("xtheadcmo", ext_xtheadcmo, false),
/openbmc/qemu/target/riscv/insn_trans/
H A Dtrans_xthead.c.inc38 if (!ctx->cfg_ptr->ext_xtheadcmo) { \