Searched refs:ext_zknh (Results 1 – 5 of 5) sorted by relevance
/openbmc/qemu/target/riscv/ |
H A D | cpu_cfg.h | 58 bool ext_zknh; member
|
H A D | cpu.c | 152 ISA_EXT_DATA_ENTRY(zknh, PRIV_VERSION_1_12_0, ext_zknh), 1530 MULTI_EXT_CFG_BOOL("zknh", ext_zknh, false), 2466 CPU_CFG_OFFSET(ext_zknd), CPU_CFG_OFFSET(ext_zknh),
|
/openbmc/qemu/target/riscv/insn_trans/ |
H A D | trans_rvk.c.inc | 33 if (!ctx->cfg_ptr->ext_zknh) { \
|
/openbmc/qemu/target/riscv/kvm/ |
H A D | kvm-cpu.c | 304 KVM_EXT_CFG("zknh", ext_zknh, KVM_RISCV_ISA_EXT_ZKNH),
|
/openbmc/qemu/linux-user/ |
H A D | syscall.c | 9038 value |= cfg->ext_zknh ? in risc_hwprobe_fill_pairs()
|