Home
last modified time | relevance | path

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

/Linux-v5.4/arch/powerpc/perf/
Dpower5-pmu.c392 unsigned char unituse[16]; in power5_compute_mmcr() local
401 memset(unituse, 0, sizeof(unituse)); in power5_compute_mmcr()
432 unituse[unit] = 1; in power5_compute_mmcr()
444 if (unituse[PM_ISU0] & in power5_compute_mmcr()
445 (unituse[PM_FPU] | unituse[PM_IFU] | unituse[PM_ISU1])) { in power5_compute_mmcr()
446 unituse[PM_ISU0_ALT] = 1; /* move ISU to TTM1 */ in power5_compute_mmcr()
447 unituse[PM_ISU0] = 0; in power5_compute_mmcr()
452 if (!unituse[i]) in power5_compute_mmcr()
460 if (!unituse[i]) in power5_compute_mmcr()
474 if (unit == PM_ISU0 && unituse[PM_ISU0_ALT]) { in power5_compute_mmcr()
Dpower5+-pmu.c460 unsigned char unituse[16]; in power5p_compute_mmcr() local
468 memset(unituse, 0, sizeof(unituse)); in power5p_compute_mmcr()
494 unituse[unit] = 1; in power5p_compute_mmcr()
504 if (unituse[PM_ISU0] & in power5p_compute_mmcr()
505 (unituse[PM_FPU] | unituse[PM_IFU] | unituse[PM_ISU1])) { in power5p_compute_mmcr()
506 unituse[PM_ISU0_ALT] = 1; /* move ISU to TTM1 */ in power5p_compute_mmcr()
507 unituse[PM_ISU0] = 0; in power5p_compute_mmcr()
512 if (!unituse[i]) in power5p_compute_mmcr()
520 if (!unituse[i]) in power5p_compute_mmcr()
534 if (unit == PM_ISU0 && unituse[PM_ISU0_ALT]) { in power5p_compute_mmcr()
Dppc970-pmu.c264 unsigned char unituse[16]; in p970_compute_mmcr() local
277 memset(unituse, 0, sizeof(unituse)); in p970_compute_mmcr()
297 unituse[unit] = 1; in p970_compute_mmcr()
309 if (unituse[PM_ISU] & in p970_compute_mmcr()
310 (unituse[PM_FPU] | unituse[PM_IFU] | unituse[PM_VPU])) in p970_compute_mmcr()
315 if (!unituse[i]) in p970_compute_mmcr()