Home
last modified time | relevance | path

Searched refs:ztso (Results 1 – 6 of 6) sorted by relevance

/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.inc281 if (ctx->ztso) {
342 if (ctx->ztso) {
H A Dtrans_rvv.c.inc662 if (is_store && s->ztso) {
670 if (!is_store && s->ztso) {
/openbmc/linux/Documentation/devicetree/bindings/riscv/
H A Dextensions.yaml243 - const: ztso
/openbmc/qemu/target/riscv/
H A Dtranslate.c112 bool ztso; member
1239 ctx->ztso = cpu->cfg.ext_ztso; in riscv_tr_init_disas_context()
H A Dcpu.c156 ISA_EXT_DATA_ENTRY(ztso, PRIV_VERSION_1_12_0, ext_ztso),