Searched refs:ext_zihintntl (Results 1 – 4 of 4) sorted by relevance
/openbmc/qemu/target/riscv/ |
H A D | cpu_cfg.h | 73 bool ext_zihintntl; member
|
H A D | cpu.c | 115 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 D | kvm-cpu.c | 281 KVM_EXT_CFG("zihintntl", ext_zihintntl, KVM_RISCV_ISA_EXT_ZIHINTNTL),
|
/openbmc/qemu/linux-user/ |
H A D | syscall.c | 9070 value |= cfg->ext_zihintntl ? in risc_hwprobe_fill_pairs()
|