Searched refs:ext_sstc (Results 1 – 5 of 5) sorted by relevance
78 bool ext_sstc; member
442 if (!riscv_cpu_cfg(env)->ext_sstc || !env->rdtime_fn) { in sstc()2345 (cfg->ext_sstc ? MENVCFG_STCE : 0) | in write_menvcfg()2365 (cfg->ext_sstc ? MENVCFG_STCE : 0) | in write_menvcfgh()2697 if (riscv_cpu_cfg(env)->ext_sstc && (env->priv == PRV_M) && in rmw_mip64()2816 if (cpu->cfg.ext_sstc && (env->priv == PRV_M) && in rmw_mvip64()3866 if (riscv_cpu_cfg(env)->ext_sstc && env->rdtime_fn) { in write_htimedelta()3894 if (riscv_cpu_cfg(env)->ext_sstc && env->rdtime_fn) { in write_htimedeltah()
192 ISA_EXT_DATA_ENTRY(sstc, PRIV_VERSION_1_12_0, ext_sstc),582 cpu->cfg.ext_sstc = true; in rv64_veyron_v1_cpu_init()1502 MULTI_EXT_CFG_BOOL("sstc", ext_sstc, true),
952 if (cpu->cfg.ext_sstc) { in riscv_tcg_cpu_realize()
317 KVM_EXT_CFG("sstc", ext_sstc, KVM_RISCV_ISA_EXT_SSTC),