Searched refs:mmcra (Results 1 - 4 of 4) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/oprofile/
H A Dop_model_power4.c41 * mmcr1 and mmcra values passed from the user in the
46 mmcra_val = sys->mmcra;
88 unsigned long mmcra = mmcra_val; local
103 mmcra |= MMCRA_SAMPLE_ENABLE;
104 mtspr(SPRN_MMCRA, mmcra);
110 dbg("setup on cpu %d, mmcra %lx\n", smp_processor_id(),
188 unsigned long mmcra; local
194 mmcra = mfspr(SPRN_MMCRA);
198 (mmcra & cur_cpu_spec->oprofile_mmcra_sihv))
203 if (mmcra
225 get_kernel(unsigned long pc, unsigned long mmcra) argument
246 unsigned long mmcra; local
[all...]
H A Dcommon.c98 * There is one mmcr0, mmcr1 and mmcra for setting the events for
103 oprofilefs_create_ulong(sb, root, "mmcra", &sys.mmcra);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-powerpc/
H A Doprofile_impl.h34 unsigned long mmcra; member in struct:op_system_config
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/kernel/
H A Dsysfs.c179 SYSFS_PMCSETUP(mmcra, SPRN_MMCRA);
200 static SYSDEV_ATTR(mmcra, 0600, show_mmcra, store_mmcra);

Completed in 170 milliseconds