Searched refs:SPRN_MMCRA (Results 1 – 14 of 14) sorted by relevance
/arch/powerpc/kvm/ |
D | book3s_hv_interrupts.S | 120 mfspr r6, SPRN_MMCRA 123 mtspr SPRN_MMCRA, r5
|
D | book3s_emulate.c | 834 case SPRN_MMCRA: in kvmppc_core_emulate_mtspr_pr() 1000 case SPRN_MMCRA: in kvmppc_core_emulate_mfspr_pr()
|
D | book3s_hv_rmhandlers.S | 2814 mtspr SPRN_MMCRA, r6 2877 mtspr SPRN_MMCRA, r5 2935 mfspr r6, SPRN_MMCRA 2938 mtspr SPRN_MMCRA, r7
|
/arch/powerpc/kernel/ |
D | cpu_setup_power.c | 111 mtspr(SPRN_MMCRA, 0); in init_PMU() 125 mtspr(SPRN_MMCRA, MMCRA_BHRB_DISABLE); in init_PMU_ISA31()
|
D | dt_cpu_ftrs.c | 353 mtspr(SPRN_MMCRA, 0); in init_pmu_power8() 392 mtspr(SPRN_MMCRA, 0); in init_pmu_power9() 428 mtspr(SPRN_MMCRA, MMCRA_BHRB_DISABLE); in init_pmu_power10()
|
D | sysfs.c | 615 SYSFS_PMCSETUP(mmcra, SPRN_MMCRA);
|
/arch/powerpc/perf/ |
D | power8-pmu.c | 246 mtspr(SPRN_MMCRA, (mfspr(SPRN_MMCRA) | pmu_bhrb_filter)); in power8_config_bhrb()
|
D | power9-pmu.c | 317 mtspr(SPRN_MMCRA, (mfspr(SPRN_MMCRA) | pmu_bhrb_filter)); in power9_config_bhrb()
|
D | core-book3s.c | 96 #define SPRN_MMCRA SPRN_MMCR2 macro 325 unsigned long mmcra = mfspr(SPRN_MMCRA); in perf_read_regs() 907 mfspr(SPRN_MMCR0), mfspr(SPRN_MMCR1), mfspr(SPRN_MMCRA)); in perf_event_print_debug() 1356 mtspr(SPRN_MMCRA, val); in power_pmu_disable() 1439 mtspr(SPRN_MMCRA, cpuhw->mmcr.mmcra & ~MMCRA_SAMPLE_ENABLE); in power_pmu_enable() 1479 mtspr(SPRN_MMCRA, cpuhw->mmcr.mmcra & ~MMCRA_SAMPLE_ENABLE); in power_pmu_enable() 1556 mtspr(SPRN_MMCRA, cpuhw->mmcr.mmcra); in power_pmu_enable()
|
D | power10-pmu.c | 337 mtspr(SPRN_MMCRA, (mfspr(SPRN_MMCRA) | pmu_bhrb_filter)); in power10_config_bhrb()
|
D | isa207-common.c | 296 mmcra = mfspr(SPRN_MMCRA); in isa207_get_mem_data_src() 319 u64 mmcra = mfspr(SPRN_MMCRA); in isa207_get_mem_weight()
|
/arch/powerpc/platforms/powernv/ |
D | idle.c | 672 sprs.mmcra = mfspr(SPRN_MMCRA); in power9_idle_stop() 728 mmcra = mfspr(SPRN_MMCRA); in power9_idle_stop() 730 mtspr(SPRN_MMCRA, mmcra); in power9_idle_stop() 732 mtspr(SPRN_MMCRA, mmcra); in power9_idle_stop() 789 mtspr(SPRN_MMCRA, sprs.mmcra); in power9_idle_stop()
|
/arch/powerpc/include/asm/ |
D | reg.h | 887 #define SPRN_MMCRA 0x312 macro
|
/arch/powerpc/xmon/ |
D | xmon.c | 2082 mfspr(SPRN_MMCRA), mfspr(SPRN_SIAR), mfspr(SPRN_PMC5)); in dump_207_sprs()
|