Searched refs:ext_sstc (Results 1 – 5 of 5) sorted by relevance
80 bool ext_sstc; member
466 if (!riscv_cpu_cfg(env)->ext_sstc || !env->rdtime_fn) { in sstc()2388 (cfg->ext_sstc ? MENVCFG_STCE : 0) | in write_menvcfg()2416 (cfg->ext_sstc ? MENVCFG_STCE : 0) | in write_menvcfgh()2769 if (riscv_cpu_cfg(env)->ext_sstc && (env->priv == PRV_M) && in rmw_mip64()2888 if (cpu->cfg.ext_sstc && (env->priv == PRV_M) && in rmw_mvip64()3952 if (riscv_cpu_cfg(env)->ext_sstc && env->rdtime_fn) { in write_htimedelta()3980 if (riscv_cpu_cfg(env)->ext_sstc && env->rdtime_fn) { in write_htimedeltah()
194 ISA_EXT_DATA_ENTRY(sstc, PRIV_VERSION_1_12_0, ext_sstc),562 cpu->cfg.ext_sstc = true; in rv64_veyron_v1_cpu_init()1503 MULTI_EXT_CFG_BOOL("sstc", ext_sstc, true),
988 if (cpu->cfg.ext_sstc) { in riscv_tcg_cpu_realize()
324 KVM_EXT_CFG("sstc", ext_sstc, KVM_RISCV_ISA_EXT_SSTC),