Home
last modified time | relevance | path

Searched refs:ttmset (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/arch/powerpc/perf/
H A Dpower6-pmu.c182 unsigned int ttmset = 0; in p6_compute_mmcr() local
216 if ((ttmset & (1 << b)) && MMCR1_TTMSEL(mmcr1, b) != u) in p6_compute_mmcr()
219 ttmset |= 1 << b; in p6_compute_mmcr()
223 if ((ttmset & 0x10) && in p6_compute_mmcr()
226 ttmset |= 0x10; in p6_compute_mmcr()
/kernel/linux/linux-6.6/arch/powerpc/perf/
H A Dpower6-pmu.c183 unsigned int ttmset = 0; in p6_compute_mmcr() local
217 if ((ttmset & (1 << b)) && MMCR1_TTMSEL(mmcr1, b) != u) in p6_compute_mmcr()
220 ttmset |= 1 << b; in p6_compute_mmcr()
224 if ((ttmset & 0x10) && in p6_compute_mmcr()
227 ttmset |= 0x10; in p6_compute_mmcr()

Completed in 2 milliseconds