Home
last modified time | relevance | path

Searched refs:ttm (Results 1 – 3 of 3) sorted by relevance

/arch/powerpc/perf/
A Dppc970-pmu.c264 unsigned int ttm, grp; in p970_compute_mmcr() local
321 ttm = unitmap[i]; in p970_compute_mmcr()
322 ++ttmuse[(ttm >> 2) & 1]; in p970_compute_mmcr()
323 mmcr1 |= (unsigned long)(ttm & ~4) << MMCR1_TTM1SEL_SH; in p970_compute_mmcr()
335 ttm = (unitmap[unit] >> 2) & 1; in p970_compute_mmcr()
337 ttm = 2; in p970_compute_mmcr()
339 ttm = 3; in p970_compute_mmcr()
343 mmcr1 |= (unsigned long)ttm in p970_compute_mmcr()
A Dpower5-pmu.c391 unsigned int ttm, grp; in power5_compute_mmcr() local
485 ttm = unit >> 2; in power5_compute_mmcr()
486 mmcr1 |= (unsigned long)ttm in power5_compute_mmcr()
A Dpower5+-pmu.c460 unsigned int ttm; in power5p_compute_mmcr() local
545 ttm = unit >> 2; in power5p_compute_mmcr()
546 mmcr1 |= (unsigned long)ttm in power5p_compute_mmcr()

Completed in 28 milliseconds