Searched refs:pcr_ops (Results 1 - 11 of 11) sorted by relevance

/linux-4.1.27/arch/sparc/kernel/
H A Dnmi.c100 pcr_ops->write_pcr(0, pcr_ops->pcr_nmi_disable); perfctr_irq()
117 pcr_ops->write_pic(0, pcr_ops->nmi_picl_value(nmi_hz)); perfctr_irq()
118 pcr_ops->write_pcr(0, pcr_ops->pcr_nmi_enable); perfctr_irq()
156 pcr_ops->write_pcr(0, pcr_ops->pcr_nmi_disable); stop_nmi_watchdog()
213 pcr_ops->write_pcr(0, pcr_ops->pcr_nmi_disable); start_nmi_watchdog()
214 pcr_ops->write_pic(0, pcr_ops->nmi_picl_value(nmi_hz)); start_nmi_watchdog()
216 pcr_ops->write_pcr(0, pcr_ops->pcr_nmi_enable); start_nmi_watchdog()
224 pcr_ops->write_pcr(0, pcr_ops->pcr_nmi_disable); nmi_adjust_hz_one()
225 pcr_ops->write_pic(0, pcr_ops->nmi_picl_value(nmi_hz)); nmi_adjust_hz_one()
227 pcr_ops->write_pcr(0, pcr_ops->pcr_nmi_enable); nmi_adjust_hz_one()
H A Dpcr.c51 const struct pcr_ops *pcr_ops; variable in typeref:struct:pcr_ops
52 EXPORT_SYMBOL_GPL(pcr_ops); variable
100 static const struct pcr_ops direct_pcr_ops = {
130 static const struct pcr_ops n2_pcr_ops = {
182 static const struct pcr_ops n4_pcr_ops = {
208 static const struct pcr_ops n5_pcr_ops = {
234 static const struct pcr_ops m7_pcr_ops = {
314 pcr_ops = &n2_pcr_ops; setup_sun4v_pcr_ops()
318 pcr_ops = &n4_pcr_ops; setup_sun4v_pcr_ops()
322 pcr_ops = &n5_pcr_ops; setup_sun4v_pcr_ops()
326 pcr_ops = &m7_pcr_ops; setup_sun4v_pcr_ops()
353 pcr_ops = &direct_pcr_ops; pcr_arch_init()
H A Dperf_event.c182 val = pcr_ops->read_pic(0); sparc_default_read_pmc()
200 pic = pcr_ops->read_pic(0); sparc_default_write_pmc()
203 pcr_ops->write_pic(0, pic); sparc_default_write_pmc()
731 u64 val = pcr_ops->read_pic(idx); sparc_vt_read_pmc()
740 pcr = pcr_ops->read_pcr(idx); sparc_vt_write_pmc()
744 pcr_ops->write_pic(idx, val & 0xffffffff); sparc_vt_write_pmc()
746 pcr_ops->write_pcr(idx, pcr); sparc_vt_write_pmc()
840 pcr_ops->write_pcr(pcr_index, cpuc->pcr[pcr_index]); sparc_pmu_enable_event()
858 pcr_ops->write_pcr(pcr_index, cpuc->pcr[pcr_index]); sparc_pmu_disable_event()
1031 pcr_ops->write_pcr(i, cpuc->pcr[i]); sparc_pmu_enable()
1051 pcr_ops->write_pcr(i, cpuc->pcr[i]); sparc_pmu_disable()
1153 cpuc->pcr[i] = pcr_ops->read_pcr(i); perf_stop_nmi_watchdog()
1572 cpu, i, pcr_ops->read_pcr(i)); perf_event_print_debug()
1575 cpu, i, pcr_ops->read_pic(i)); perf_event_print_debug()
1613 pcr_ops->write_pcr(0, cpuc->pcr[0]); perf_event_nmi_handler()
1623 pcr_ops->write_pcr(idx, cpuc->pcr[idx]); perf_event_nmi_handler()
H A Dprocess_64.c317 if (!pcr_ops) __global_pmu_self()
328 pp->pcr[i] = pcr_ops->read_pcr(i); __global_pmu_self()
329 pp->pic[i] = pcr_ops->read_pic(i); __global_pmu_self()
/linux-4.1.27/arch/sparc/include/asm/
H A Dpcr.h4 struct pcr_ops { struct
13 extern const struct pcr_ops *pcr_ops;
/linux-4.1.27/drivers/mfd/
H A Drtl8411.c294 static const struct pcr_ops rtl8411_pcr_ops = {
310 static const struct pcr_ops rtl8402_pcr_ops = {
326 static const struct pcr_ops rtl8411b_pcr_ops = {
H A Drts5249.c292 static const struct pcr_ops rts5249_pcr_ops = {
466 static const struct pcr_ops rts524a_pcr_ops = {
571 static const struct pcr_ops rts525a_pcr_ops = {
H A Drts5209.c195 static const struct pcr_ops rts5209_pcr_ops = {
H A Drts5227.c225 static const struct pcr_ops rts5227_pcr_ops = {
H A Drts5229.c177 static const struct pcr_ops rts5229_pcr_ops = {
/linux-4.1.27/include/linux/mfd/
H A Drtsx_pci.h853 struct pcr_ops { struct
947 const struct pcr_ops *ops;

Completed in 326 milliseconds