NR_PHYS_CTRS       19 arch/powerpc/include/asm/cell-pmu.h #define NR_CTRS      (NR_PHYS_CTRS * 2)
NR_PHYS_CTRS       22 arch/powerpc/include/asm/cell-pmu.h #define CBE_PM_16BIT_CTR(ctr)              (1 << (24 - ((ctr) & (NR_PHYS_CTRS - 1))))
NR_PHYS_CTRS      155 arch/powerpc/include/asm/cell-regs.h 	u32 pm_ctr[NR_PHYS_CTRS];
NR_PHYS_CTRS      126 arch/powerpc/oprofile/op_model_cell.c 	u32 pm07_cntrl[NR_PHYS_CTRS];
NR_PHYS_CTRS      136 arch/powerpc/oprofile/op_model_cell.c static DEFINE_PER_CPU(unsigned long[NR_PHYS_CTRS], pmc_values);
NR_PHYS_CTRS      138 arch/powerpc/oprofile/op_model_cell.c static struct pmc_cntrl_data pmc_cntrl[NUM_THREADS][NR_PHYS_CTRS];
NR_PHYS_CTRS      174 arch/powerpc/oprofile/op_model_cell.c static struct pm_signal pm_signal[NR_PHYS_CTRS];
NR_PHYS_CTRS      178 arch/powerpc/oprofile/op_model_cell.c static u32 reset_value[NR_PHYS_CTRS];
NR_PHYS_CTRS      239 arch/powerpc/oprofile/op_model_cell.c 	struct pm_signal pm_signal_local[NR_PHYS_CTRS];
NR_PHYS_CTRS      758 arch/powerpc/oprofile/op_model_cell.c 	if (unlikely(num_ctrs > NR_PHYS_CTRS)) {
NR_PHYS_CTRS       65 arch/powerpc/platforms/cell/pmu.c 	if (phys_ctr < NR_PHYS_CTRS) {
NR_PHYS_CTRS       85 arch/powerpc/platforms/cell/pmu.c 	if (phys_ctr < NR_PHYS_CTRS) {
NR_PHYS_CTRS      116 arch/powerpc/platforms/cell/pmu.c 	u32 phys_ctr = ctr & (NR_PHYS_CTRS - 1);
NR_PHYS_CTRS      121 arch/powerpc/platforms/cell/pmu.c 		val = (ctr < NR_PHYS_CTRS) ? (val >> 16) : (val & 0xffff);
NR_PHYS_CTRS      132 arch/powerpc/platforms/cell/pmu.c 	phys_ctr = ctr & (NR_PHYS_CTRS - 1);
NR_PHYS_CTRS      137 arch/powerpc/platforms/cell/pmu.c 		if (ctr < NR_PHYS_CTRS)
NR_PHYS_CTRS      262 arch/powerpc/platforms/cell/pmu.c 	if (phys_ctr < NR_PHYS_CTRS) {
NR_PHYS_CTRS      275 arch/powerpc/platforms/cell/pmu.c 	if (phys_ctr < NR_PHYS_CTRS) {
NR_PHYS_CTRS      204 drivers/ps3/ps3-lpm.c 	if (phys_ctr >= NR_PHYS_CTRS) {
NR_PHYS_CTRS      250 drivers/ps3/ps3-lpm.c 	if (phys_ctr >= NR_PHYS_CTRS) {
NR_PHYS_CTRS      306 drivers/ps3/ps3-lpm.c 	u32 phys_ctr = ctr & (NR_PHYS_CTRS - 1);
NR_PHYS_CTRS      311 drivers/ps3/ps3-lpm.c 		val = (ctr < NR_PHYS_CTRS) ? (val >> 16) : (val & 0xffff);
NR_PHYS_CTRS      329 drivers/ps3/ps3-lpm.c 	phys_ctr = ctr & (NR_PHYS_CTRS - 1);
NR_PHYS_CTRS      334 drivers/ps3/ps3-lpm.c 		if (ctr < NR_PHYS_CTRS)
NR_PHYS_CTRS      513 drivers/ps3/ps3-lpm.c 	if (phys_ctr >= NR_PHYS_CTRS) {
NR_PHYS_CTRS      532 drivers/ps3/ps3-lpm.c 	if (phys_ctr >= NR_PHYS_CTRS) {