Home
last modified time | relevance | path

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

/openbmc/qemu/target/riscv/
H A Dcpu_cfg.h58 bool ext_zknh; member
H A Dcpu.c152 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 Dtrans_rvk.c.inc33 if (!ctx->cfg_ptr->ext_zknh) { \
/openbmc/qemu/target/riscv/kvm/
H A Dkvm-cpu.c304 KVM_EXT_CFG("zknh", ext_zknh, KVM_RISCV_ISA_EXT_ZKNH),
/openbmc/qemu/linux-user/
H A Dsyscall.c9038 value |= cfg->ext_zknh ? in risc_hwprobe_fill_pairs()