Searched refs:ext_zkne (Results 1 – 5 of 5) sorted by relevance
/openbmc/qemu/target/riscv/ |
H A D | cpu_cfg.h | 57 bool ext_zkne; member
|
H A D | cpu.c | 151 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 D | trans_rvk.c.inc | 27 if (!ctx->cfg_ptr->ext_zkne) { \
|
/openbmc/qemu/target/riscv/kvm/ |
H A D | kvm-cpu.c | 303 KVM_EXT_CFG("zkne", ext_zkne, KVM_RISCV_ISA_EXT_ZKNE),
|
/openbmc/qemu/linux-user/ |
H A D | syscall.c | 9036 value |= cfg->ext_zkne ? in risc_hwprobe_fill_pairs()
|