Home
last modified time | relevance | path

Searched full:ztso (Results 1 – 7 of 7) sorted by relevance

/openbmc/linux/Documentation/devicetree/bindings/riscv/
H A Dextensions.yaml243 - const: ztso
245 The standard Ztso extension for total store ordering, as ratified
246 in commit 2e5236 ("Ztso is now ratified.") of the
/openbmc/qemu/target/riscv/insn_trans/
H A Dtrans_rva.c.inc47 if (a->aq || ctx->ztso) {
85 TCGBar bar_strl = (ctx->ztso || a->rl) ? TCG_BAR_STRL : 0;
H A Dtrans_rvi.c.inc336 if (ctx->ztso) {
397 if (ctx->ztso) {
H A Dtrans_rvv.c.inc653 * Additionally, if the Ztso extension is implemented, then vector memory
655 * RVTSO at the instruction level. The Ztso extension does not
662 if (is_store && s->ztso) {
670 if (!is_store && s->ztso) {
/openbmc/qemu/target/riscv/
H A Dtranslate.c111 /* Ztso */
112 bool ztso; member
1250 ctx->ztso = cpu->cfg.ext_ztso; in riscv_tr_init_disas_context()
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),
/openbmc/qemu/target/riscv/kvm/
H A Dkvm-cpu.c309 KVM_EXT_CFG("ztso", ext_ztso, KVM_RISCV_ISA_EXT_ZTSO),