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

/linux-master/arch/powerpc/platforms/cell/
H A Dpmu.c94 if (pm_ctrl & CBE_PM_ENABLE_PERF_MON) {
305 pm_ctrl = cbe_read_pm(cpu, pm_control) | CBE_PM_ENABLE_PERF_MON;
313 pm_ctrl = cbe_read_pm(cpu, pm_control) & ~CBE_PM_ENABLE_PERF_MON;
/linux-master/arch/powerpc/include/asm/
H A Dcell-pmu.h23 #define CBE_PM_ENABLE_PERF_MON 0x80000000 macro

Completed in 110 milliseconds