Home
last modified time | relevance | path

Searched defs:mmcr0 (Results 1 – 9 of 9) sorted by relevance

/linux-3.3/arch/powerpc/oprofile/
Dop_model_rs64.c108 unsigned int mmcr0; in rs64_cpu_setup() local
136 unsigned int mmcr0; in rs64_start() local
166 unsigned int mmcr0; in rs64_stop() local
181 unsigned int mmcr0; in rs64_handle_interrupt() local
Dop_model_pa6t.c145 u64 mmcr0 = mmcr0_val; in pa6t_cpu_setup() local
168 u64 mmcr0 = mmcr0_val | PA6T_MMCR0_HANDDIS; in pa6t_start() local
187 u64 mmcr0; in pa6t_stop() local
207 u64 mmcr0; in pa6t_handle_interrupt() local
Dop_model_power4.c98 unsigned int mmcr0 = mmcr0_val; in power4_cpu_setup() local
130 unsigned int mmcr0; in power4_start() local
167 unsigned int mmcr0; in power4_stop() local
293 unsigned int mmcr0; in power4_handle_interrupt() local
Dop_model_7450.c63 u32 mmcr0 = mfspr(SPRN_MMCR0); in pmc_start_ctrs() local
74 u32 mmcr0 = mfspr(SPRN_MMCR0); in pmc_stop_ctrs() local
/linux-3.3/arch/powerpc/include/asm/
Doprofile_impl.h32 unsigned long mmcr0; member
/linux-3.3/arch/powerpc/kernel/
Dmpc7450-pmu.c270 u32 mmcr0 = 0, mmcr1 = 0, mmcr2 = 0; in mpc7450_compute_mmcr() local
Dppc970-pmu.c262 unsigned long mmcr0 = 0, mmcr1 = 0, mmcra = 0; in p970_compute_mmcr() local
Dpower4-pmu.c361 unsigned long mmcr0 = 0, mmcr1 = 0, mmcra = 0; in p4_compute_mmcr() local
Dperf_event.c507 static void write_mmcr0(struct cpu_hw_events *cpuhw, unsigned long mmcr0) in write_mmcr0()