Searched full:ztso (Results 1 – 7 of 7) sorted by relevance
/openbmc/linux/Documentation/devicetree/bindings/riscv/ |
H A D | extensions.yaml | 243 - 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 D | trans_rva.c.inc | 47 if (a->aq || ctx->ztso) { 85 TCGBar bar_strl = (ctx->ztso || a->rl) ? TCG_BAR_STRL : 0;
|
H A D | trans_rvi.c.inc | 336 if (ctx->ztso) { 397 if (ctx->ztso) {
|
H A D | trans_rvv.c.inc | 653 * 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 D | translate.c | 111 /* Ztso */ 112 bool ztso; member 1250 ctx->ztso = cpu->cfg.ext_ztso; in riscv_tr_init_disas_context()
|
H A D | cpu.c | 158 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 D | kvm-cpu.c | 309 KVM_EXT_CFG("ztso", ext_ztso, KVM_RISCV_ISA_EXT_ZTSO),
|