Lines Matching refs:mmcra
91 unsigned long mmcra = regs->dsisr; in perf_ip_adjust() local
93 if ((mmcra & MMCRA_SAMPLE_ENABLE) && !(ppmu->flags & PPMU_ALT_SIPR)) { in perf_ip_adjust()
94 unsigned long slot = (mmcra & MMCRA_SLOT) >> MMCRA_SLOT_SHIFT; in perf_ip_adjust()
111 unsigned long mmcra = regs->dsisr; in perf_get_data_addr() local
115 if (!(mmcra & MMCRA_SAMPLE_ENABLE) || (mmcra & sdsync)) in perf_get_data_addr()
130 unsigned long mmcra = regs->dsisr; in perf_get_misc_flags() local
143 !(mmcra & MMCRA_SAMPLE_ENABLE)) in perf_get_misc_flags()
165 if (mmcra & sipr) in perf_get_misc_flags()
167 if ((mmcra & sihv) && (freeze_events_kernel != MMCR0_FCHV)) in perf_get_misc_flags()
1348 unsigned long mmcra = regs->dsisr; in perf_instruction_pointer() local
1356 !(mmcra & MMCRA_SAMPLE_ENABLE)) in perf_instruction_pointer()