Searched refs:COUNTEREN_TM (Results 1 – 3 of 3) sorted by relevance
585 if (cpu->cfg.pmu_mask & (COUNTEREN_CY | COUNTEREN_TM | COUNTEREN_IR)) { in riscv_pmu_init()
613 #define COUNTEREN_TM (1 << 1) macro
486 if (!(get_field(env->mcounteren, COUNTEREN_TM) && in sstc()492 if (!(get_field(env->hcounteren, COUNTEREN_TM) && in sstc()2290 env->mcounteren = val & (cpu->pmu_avail_ctrs | COUNTEREN_CY | COUNTEREN_TM | in write_mcounteren()3184 env->scounteren = val & (cpu->pmu_avail_ctrs | COUNTEREN_CY | COUNTEREN_TM | in write_scounteren()3847 env->hcounteren = val & (cpu->pmu_avail_ctrs | COUNTEREN_CY | COUNTEREN_TM | in write_hcounteren()