Searched refs:SPRN_MMCRA (Results 1 – 9 of 9) sorted by relevance
/arch/powerpc/oprofile/ |
D | op_model_power4.c | 192 mtspr(SPRN_MMCRA, mmcra); in power4_cpu_setup() 199 mfspr(SPRN_MMCRA)); in power4_cpu_setup() 291 mmcra = mfspr(SPRN_MMCRA); in get_pc() 374 mmcra = mfspr(SPRN_MMCRA); in power4_handle_interrupt() 425 mtspr(SPRN_MMCRA, mmcra); in power4_handle_interrupt()
|
/arch/powerpc/kvm/ |
D | book3s_hv_interrupts.S | 84 mfspr r6, SPRN_MMCRA 87 mtspr SPRN_MMCRA, r5
|
D | book3s_emulate.c | 497 case SPRN_MMCRA: in kvmppc_core_emulate_mtspr_pr() 640 case SPRN_MMCRA: in kvmppc_core_emulate_mfspr_pr()
|
D | book3s_hv_rmhandlers.S | 117 mtspr SPRN_MMCRA, r5 710 mtspr SPRN_MMCRA, r6 1395 mfspr r6, SPRN_MMCRA 1398 mtspr SPRN_MMCRA, r7
|
/arch/powerpc/kernel/ |
D | cpu_setup_power.S | 176 mtspr SPRN_MMCRA,r5
|
D | sysfs.c | 484 SYSFS_PMCSETUP(mmcra, SPRN_MMCRA);
|
/arch/powerpc/perf/ |
D | core-book3s.c | 90 #define SPRN_MMCRA SPRN_MMCR2 macro 270 unsigned long mmcra = mfspr(SPRN_MMCRA); in perf_read_regs() 814 mfspr(SPRN_MMCR0), mfspr(SPRN_MMCR1), mfspr(SPRN_MMCRA)); in perf_event_print_debug() 1207 mtspr(SPRN_MMCRA, in power_pmu_disable() 1282 mtspr(SPRN_MMCRA, cpuhw->mmcr[2] & ~MMCRA_SAMPLE_ENABLE); in power_pmu_enable() 1320 mtspr(SPRN_MMCRA, cpuhw->mmcr[2] & ~MMCRA_SAMPLE_ENABLE); in power_pmu_enable() 1394 mtspr(SPRN_MMCRA, cpuhw->mmcr[2]); in power_pmu_enable()
|
D | power8-pmu.c | 694 mtspr(SPRN_MMCRA, (mfspr(SPRN_MMCRA) | pmu_bhrb_filter)); in power8_config_bhrb()
|
/arch/powerpc/include/asm/ |
D | reg.h | 712 #define SPRN_MMCRA 0x312 macro
|