Home
last modified time | relevance | path

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

/openbmc/qemu/target/riscv/
H A Dcpu_cfg.h56 bool ext_zknd; member
H A Dcpu.c113 ISA_EXT_DATA_ENTRY(zknd, PRIV_VERSION_1_12_0, ext_zknd),
1331 MULTI_EXT_CFG_BOOL("zknd", ext_zknd, false),
/openbmc/qemu/target/riscv/insn_trans/
H A Dtrans_rvk.c.inc21 if (!ctx->cfg_ptr->ext_zknd) { \
/openbmc/qemu/target/riscv/tcg/
H A Dtcg-cpu.c583 cpu_cfg_ext_auto_update(cpu, CPU_CFG_OFFSET(ext_zknd), true); in riscv_cpu_validate_set_extensions()