Home
last modified time | relevance | path

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

/arch/powerpc/perf/
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()
Dpower4-pmu.c363 unsigned int ttm, grp; in p4_compute_mmcr() local
461 ttm = unit - 1; /* 2->1, 3->2 */ in p4_compute_mmcr()
463 ttm = unit >> 2; in p4_compute_mmcr()
464 mmcr1 |= (unsigned long)ttm in p4_compute_mmcr()
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()
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()
/arch/x86/platform/uv/
Dtlb_uv.c534 cycles_t ttm; in uv1_wait_completion() local
553 ttm = get_cycles(); in uv1_wait_completion()
561 if (cycles_2_us(ttm - bcp->send_message) < timeout_us) { in uv1_wait_completion()
607 cycles_t ttm; in uv2_3_wait_completion() local
629 ttm = get_cycles(); in uv2_3_wait_completion()
640 if (cycles_2_us(ttm - bcp->send_message) < timeout_us) { in uv2_3_wait_completion()
655 ttm = get_cycles(); in uv2_3_wait_completion()
656 if ((ttm - bcp->send_message) > bcp->timeout_interval) in uv2_3_wait_completion()