Home
last modified time | relevance | path

Searched refs:ext_zkne (Results 1 – 4 of 4) sorted by relevance

/openbmc/qemu/target/riscv/
H A Dcpu_cfg.h57 bool ext_zkne; member
H A Dcpu.c114 ISA_EXT_DATA_ENTRY(zkne, PRIV_VERSION_1_12_0, ext_zkne),
1332 MULTI_EXT_CFG_BOOL("zkne", ext_zkne, false),
/openbmc/qemu/target/riscv/insn_trans/
H A Dtrans_rvk.c.inc27 if (!ctx->cfg_ptr->ext_zkne) { \
/openbmc/qemu/target/riscv/tcg/
H A Dtcg-cpu.c582 cpu_cfg_ext_auto_update(cpu, CPU_CFG_OFFSET(ext_zkne), true); in riscv_cpu_validate_set_extensions()