Home
last modified time | relevance | path

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

/linux-6.1.9/arch/powerpc/perf/
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()