Home
last modified time | relevance | path

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

/openbmc/linux/arch/powerpc/perf/
H A Dpower5-pmu.c396 unsigned char unituse[16]; in power5_compute_mmcr() local
405 memset(unituse, 0, sizeof(unituse)); in power5_compute_mmcr()
436 unituse[unit] = 1; in power5_compute_mmcr()
448 if (unituse[PM_ISU0] & in power5_compute_mmcr()
449 (unituse[PM_FPU] | unituse[PM_IFU] | unituse[PM_ISU1])) { in power5_compute_mmcr()
450 unituse[PM_ISU0_ALT] = 1; /* move ISU to TTM1 */ in power5_compute_mmcr()
451 unituse[PM_ISU0] = 0; in power5_compute_mmcr()
456 if (!unituse[i]) in power5_compute_mmcr()
464 if (!unituse[i]) in power5_compute_mmcr()
478 if (unit == PM_ISU0 && unituse[PM_ISU0_ALT]) { in power5_compute_mmcr()
H A Dpower5+-pmu.c464 unsigned char unituse[16]; in power5p_compute_mmcr() local
472 memset(unituse, 0, sizeof(unituse)); in power5p_compute_mmcr()
498 unituse[unit] = 1; in power5p_compute_mmcr()
508 if (unituse[PM_ISU0] & in power5p_compute_mmcr()
509 (unituse[PM_FPU] | unituse[PM_IFU] | unituse[PM_ISU1])) { in power5p_compute_mmcr()
510 unituse[PM_ISU0_ALT] = 1; /* move ISU to TTM1 */ in power5p_compute_mmcr()
511 unituse[PM_ISU0] = 0; in power5p_compute_mmcr()
516 if (!unituse[i]) in power5p_compute_mmcr()
524 if (!unituse[i]) in power5p_compute_mmcr()
538 if (unit == PM_ISU0 && unituse[PM_ISU0_ALT]) { in power5p_compute_mmcr()
H A Dppc970-pmu.c268 unsigned char unituse[16]; in p970_compute_mmcr() local
281 memset(unituse, 0, sizeof(unituse)); in p970_compute_mmcr()
301 unituse[unit] = 1; in p970_compute_mmcr()
313 if (unituse[PM_ISU] & in p970_compute_mmcr()
314 (unituse[PM_FPU] | unituse[PM_IFU] | unituse[PM_VPU])) in p970_compute_mmcr()
319 if (!unituse[i]) in p970_compute_mmcr()