Home
last modified time | relevance | path

Searched refs:pcr_ops (Results 1 – 12 of 12) sorted by relevance

/Linux-v4.19/arch/sparc/kernel/
Dnmi.c98 pcr_ops->write_pcr(0, pcr_ops->pcr_nmi_disable); in perfctr_irq()
115 pcr_ops->write_pic(0, pcr_ops->nmi_picl_value(nmi_hz)); in perfctr_irq()
116 pcr_ops->write_pcr(0, pcr_ops->pcr_nmi_enable); in perfctr_irq()
156 pcr_ops->write_pcr(0, pcr_ops->pcr_nmi_disable); in stop_nmi_watchdog()
217 pcr_ops->write_pcr(0, pcr_ops->pcr_nmi_disable); in start_nmi_watchdog()
218 pcr_ops->write_pic(0, pcr_ops->nmi_picl_value(nmi_hz)); in start_nmi_watchdog()
220 pcr_ops->write_pcr(0, pcr_ops->pcr_nmi_enable); in start_nmi_watchdog()
228 pcr_ops->write_pcr(0, pcr_ops->pcr_nmi_disable); in nmi_adjust_hz_one()
229 pcr_ops->write_pic(0, pcr_ops->nmi_picl_value(nmi_hz)); in nmi_adjust_hz_one()
231 pcr_ops->write_pcr(0, pcr_ops->pcr_nmi_enable); in nmi_adjust_hz_one()
Dpcr.c51 const struct pcr_ops *pcr_ops; variable
52 EXPORT_SYMBOL_GPL(pcr_ops);
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; in setup_sun4v_pcr_ops()
318 pcr_ops = &n4_pcr_ops; in setup_sun4v_pcr_ops()
322 pcr_ops = &n5_pcr_ops; in setup_sun4v_pcr_ops()
[all …]
Dperf_event.c184 val = pcr_ops->read_pic(0); in sparc_default_read_pmc()
202 pic = pcr_ops->read_pic(0); in sparc_default_write_pmc()
205 pcr_ops->write_pic(0, pic); in sparc_default_write_pmc()
733 u64 val = pcr_ops->read_pic(idx); in sparc_vt_read_pmc()
742 pcr = pcr_ops->read_pcr(idx); in sparc_vt_write_pmc()
746 pcr_ops->write_pic(idx, val & 0xffffffff); in sparc_vt_write_pmc()
748 pcr_ops->write_pcr(idx, pcr); in sparc_vt_write_pmc()
842 pcr_ops->write_pcr(pcr_index, cpuc->pcr[pcr_index]); in sparc_pmu_enable_event()
860 pcr_ops->write_pcr(pcr_index, cpuc->pcr[pcr_index]); in sparc_pmu_disable_event()
1040 pcr_ops->write_pcr(i, cpuc->pcr[i]); in sparc_pmu_enable()
[all …]
Dprocess_64.c326 if (!pcr_ops) in __global_pmu_self()
337 pp->pcr[i] = pcr_ops->read_pcr(i); in __global_pmu_self()
338 pp->pic[i] = pcr_ops->read_pic(i); in __global_pmu_self()
/Linux-v4.19/arch/sparc/include/asm/
Dpcr.h5 struct pcr_ops { struct
14 extern const struct pcr_ops *pcr_ops; argument
/Linux-v4.19/drivers/misc/cardreader/
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 = {
Drts5227.c229 static const struct pcr_ops rts5227_pcr_ops = {
353 static const struct pcr_ops rts522a_pcr_ops = {
Drts5249.c380 static const struct pcr_ops rts5249_pcr_ops = {
605 static const struct pcr_ops rts524a_pcr_ops = {
715 static const struct pcr_ops rts525a_pcr_ops = {
Drts5209.c191 static const struct pcr_ops rts5209_pcr_ops = {
Drts5229.c173 static const struct pcr_ops rts5229_pcr_ops = {
Drts5260.c680 static const struct pcr_ops rts5260_pcr_ops = {
/Linux-v4.19/include/linux/
Drtsx_pci.h1075 struct pcr_ops { struct
1259 const struct pcr_ops *ops;