Home
last modified time | relevance | path

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

/openbmc/qemu/target/riscv/
H A Dcpu_cfg.h57 bool ext_zkne; member
H A Dcpu.c151 ISA_EXT_DATA_ENTRY(zkne, PRIV_VERSION_1_12_0, ext_zkne),
1529 MULTI_EXT_CFG_BOOL("zkne", ext_zkne, false),
2465 CPU_CFG_OFFSET(ext_zbkx), CPU_CFG_OFFSET(ext_zkne),
/openbmc/qemu/target/riscv/insn_trans/
H A Dtrans_rvk.c.inc27 if (!ctx->cfg_ptr->ext_zkne) { \
/openbmc/qemu/target/riscv/kvm/
H A Dkvm-cpu.c303 KVM_EXT_CFG("zkne", ext_zkne, KVM_RISCV_ISA_EXT_ZKNE),
/openbmc/qemu/linux-user/
H A Dsyscall.c9036 value |= cfg->ext_zkne ? in risc_hwprobe_fill_pairs()