Home
last modified time | relevance | path

Searched refs:ext_zihintntl (Results 1 – 4 of 4) sorted by relevance

/openbmc/qemu/target/riscv/
H A Dcpu_cfg.h73 bool ext_zihintntl; member
H A Dcpu.c115 ISA_EXT_DATA_ENTRY(zihintntl, PRIV_VERSION_1_10_0, ext_zihintntl),
1480 MULTI_EXT_CFG_BOOL("zihintntl", ext_zihintntl, true),
1618 MULTI_EXT_CFG_BOOL("Zihintntl", ext_zihintntl, true),
/openbmc/qemu/target/riscv/kvm/
H A Dkvm-cpu.c281 KVM_EXT_CFG("zihintntl", ext_zihintntl, KVM_RISCV_ISA_EXT_ZIHINTNTL),
/openbmc/qemu/linux-user/
H A Dsyscall.c9070 value |= cfg->ext_zihintntl ? in risc_hwprobe_fill_pairs()