Searched refs:SPRN_MMCRA (Results 1 – 11 of 11) sorted by relevance
/linux-4.4.14/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()
|
/linux-4.4.14/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() 639 case SPRN_MMCRA: in kvmppc_core_emulate_mfspr_pr()
|
D | book3s_hv_rmhandlers.S | 109 mtspr SPRN_MMCRA, r5 796 mtspr SPRN_MMCRA, r6 1582 mfspr r6, SPRN_MMCRA 1585 mtspr SPRN_MMCRA, r7
|
/linux-4.4.14/tools/testing/selftests/powerpc/pmu/ebb/ |
D | reg.h | 22 #define SPRN_MMCRA 770 macro
|
D | ebb.c | 393 val = mfspr(SPRN_MMCRA); in ebb_child()
|
/linux-4.4.14/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() 800 mfspr(SPRN_MMCR0), mfspr(SPRN_MMCR1), mfspr(SPRN_MMCRA)); in perf_event_print_debug() 1192 mtspr(SPRN_MMCRA, in power_pmu_disable() 1253 mtspr(SPRN_MMCRA, cpuhw->mmcr[2] & ~MMCRA_SAMPLE_ENABLE); in power_pmu_enable() 1291 mtspr(SPRN_MMCRA, cpuhw->mmcr[2] & ~MMCRA_SAMPLE_ENABLE); in power_pmu_enable() 1365 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()
|
/linux-4.4.14/arch/powerpc/kernel/ |
D | cpu_setup_power.S | 172 mtspr SPRN_MMCRA,r5
|
D | sysfs.c | 484 SYSFS_PMCSETUP(mmcra, SPRN_MMCRA);
|
/linux-4.4.14/arch/powerpc/include/asm/ |
D | reg.h | 711 #define SPRN_MMCRA 0x312 macro
|