Home
last modified time | relevance | path

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

/openbmc/qemu/target/riscv/
H A Dcpu_cfg.h62 bool ext_zksh; member
H A Dcpu.c156 ISA_EXT_DATA_ENTRY(zksh, PRIV_VERSION_1_12_0, ext_zksh),
1534 MULTI_EXT_CFG_BOOL("zksh", ext_zksh, false),
2477 CPU_CFG_OFFSET(ext_zksh),
/openbmc/qemu/target/riscv/insn_trans/
H A Dtrans_rvk.c.inc45 if (!ctx->cfg_ptr->ext_zksh) { \
/openbmc/qemu/target/riscv/kvm/
H A Dkvm-cpu.c307 KVM_EXT_CFG("zksh", ext_zksh, KVM_RISCV_ISA_EXT_ZKSH),
/openbmc/qemu/linux-user/
H A Dsyscall.c9042 value |= cfg->ext_zksh ? in risc_hwprobe_fill_pairs()