Home
last modified time | relevance | path

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

/openbmc/qemu/target/riscv/
H A Dcpu_cfg.h56 bool ext_zknd; member
H A Dcpu.c150 ISA_EXT_DATA_ENTRY(zknd, PRIV_VERSION_1_12_0, ext_zknd),
1528 MULTI_EXT_CFG_BOOL("zknd", ext_zknd, false),
2466 CPU_CFG_OFFSET(ext_zknd), CPU_CFG_OFFSET(ext_zknh),
/openbmc/qemu/target/riscv/insn_trans/
H A Dtrans_rvk.c.inc21 if (!ctx->cfg_ptr->ext_zknd) { \
/openbmc/qemu/target/riscv/kvm/
H A Dkvm-cpu.c302 KVM_EXT_CFG("zknd", ext_zknd, KVM_RISCV_ISA_EXT_ZKND),
/openbmc/qemu/linux-user/
H A Dsyscall.c9034 value |= cfg->ext_zknd ? in risc_hwprobe_fill_pairs()