Searched refs:unituse (Results 1 - 6 of 6) sorted by relevance
| /kernel/linux/linux-5.10/arch/powerpc/perf/ |
| H A D | power5+-pmu.c | 463 unsigned char unituse[16]; in power5p_compute_mmcr() local 471 memset(unituse, 0, sizeof(unituse)); in power5p_compute_mmcr() 497 unituse[unit] = 1; in power5p_compute_mmcr() 507 if (unituse[PM_ISU0] & in power5p_compute_mmcr() 508 (unituse[PM_FPU] | unituse[PM_IFU] | unituse[PM_ISU1])) { in power5p_compute_mmcr() 509 unituse[PM_ISU0_ALT] = 1; /* move ISU to TTM1 */ in power5p_compute_mmcr() 510 unituse[PM_ISU in power5p_compute_mmcr() [all...] |
| H A D | power5-pmu.c | 395 unsigned char unituse[16]; in power5_compute_mmcr() local 404 memset(unituse, 0, sizeof(unituse)); in power5_compute_mmcr() 435 unituse[unit] = 1; in power5_compute_mmcr() 447 if (unituse[PM_ISU0] & in power5_compute_mmcr() 448 (unituse[PM_FPU] | unituse[PM_IFU] | unituse[PM_ISU1])) { in power5_compute_mmcr() 449 unituse[PM_ISU0_ALT] = 1; /* move ISU to TTM1 */ in power5_compute_mmcr() 450 unituse[PM_ISU in power5_compute_mmcr() [all...] |
| H A D | ppc970-pmu.c | 267 unsigned char unituse[16]; in p970_compute_mmcr() local 280 memset(unituse, 0, sizeof(unituse)); in p970_compute_mmcr() 300 unituse[unit] = 1; in p970_compute_mmcr() 312 if (unituse[PM_ISU] & in p970_compute_mmcr() 313 (unituse[PM_FPU] | unituse[PM_IFU] | unituse[PM_VPU])) in p970_compute_mmcr() 318 if (!unituse[i]) in p970_compute_mmcr()
|
| /kernel/linux/linux-6.6/arch/powerpc/perf/ |
| H A D | power5+-pmu.c | 464 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_ISU in power5p_compute_mmcr() [all...] |
| H A D | power5-pmu.c | 396 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_ISU in power5_compute_mmcr() [all...] |
| H A D | ppc970-pmu.c | 268 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()
|
Completed in 5 milliseconds