Home
last modified time | relevance | path

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

/qemu/target/riscv/
H A Dcpu_cfg.h58 bool ext_zknh; member
H A Dcpu.c146 ISA_EXT_DATA_ENTRY(zknh, PRIV_VERSION_1_12_0, ext_zknh),
1517 MULTI_EXT_CFG_BOOL("zknh", ext_zknh, false),
/qemu/target/riscv/insn_trans/
H A Dtrans_rvk.c.inc33 if (!ctx->cfg_ptr->ext_zknh) { \
/qemu/target/riscv/tcg/
H A Dtcg-cpu.c697 cpu_cfg_ext_auto_update(cpu, CPU_CFG_OFFSET(ext_zknh), true); in riscv_cpu_validate_set_extensions()
/qemu/target/riscv/kvm/
H A Dkvm-cpu.c296 KVM_EXT_CFG("zknh", ext_zknh, KVM_RISCV_ISA_EXT_ZKNH),
/qemu/linux-user/
H A Dsyscall.c8926 value |= cfg->ext_zknh ? in risc_hwprobe_fill_pairs()