Home
last modified time | relevance | path

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

/openbmc/qemu/target/riscv/
H A Dcpu_cfg.h78 bool ext_ztso; member
H A Dcpu.c158 ISA_EXT_DATA_ENTRY(ztso, PRIV_VERSION_1_12_0, ext_ztso),
1536 MULTI_EXT_CFG_BOOL("ztso", ext_ztso, false),
H A Dtranslate.c1250 ctx->ztso = cpu->cfg.ext_ztso; in riscv_tr_init_disas_context()
/openbmc/qemu/target/riscv/kvm/
H A Dkvm-cpu.c309 KVM_EXT_CFG("ztso", ext_ztso, KVM_RISCV_ISA_EXT_ZTSO),
/openbmc/qemu/linux-user/
H A Dsyscall.c9078 value |= cfg->ext_ztso ? in risc_hwprobe_fill_pairs()