Home
last modified time | relevance | path

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

/qemu/target/riscv/
H A Dcpu_cfg.h144 bool ext_xtheadcmo; member
184 cfg->ext_xtheadbs || cfg->ext_xtheadcmo || in has_xthead_p()
H A Dcpu.c196 ISA_EXT_DATA_ENTRY(xtheadcmo, PRIV_VERSION_1_11_0, ext_xtheadcmo),
537 cpu->cfg.ext_xtheadcmo = true; in rv64_thead_c906_cpu_init()
1560 MULTI_EXT_CFG_BOOL("xtheadcmo", ext_xtheadcmo, false),
/qemu/target/riscv/insn_trans/
H A Dtrans_xthead.c.inc38 if (!ctx->cfg_ptr->ext_xtheadcmo) { \