Searched refs:pcr_ops (Results 1 – 14 of 14) sorted by relevance
/linux-6.1.9/arch/sparc/kernel/ |
D | nmi.c | 99 pcr_ops->write_pcr(0, pcr_ops->pcr_nmi_disable); in perfctr_irq() 116 pcr_ops->write_pic(0, pcr_ops->nmi_picl_value(nmi_hz)); in perfctr_irq() 117 pcr_ops->write_pcr(0, pcr_ops->pcr_nmi_enable); in perfctr_irq() 157 pcr_ops->write_pcr(0, pcr_ops->pcr_nmi_disable); in stop_nmi_watchdog() 218 pcr_ops->write_pcr(0, pcr_ops->pcr_nmi_disable); in start_nmi_watchdog() 219 pcr_ops->write_pic(0, pcr_ops->nmi_picl_value(nmi_hz)); in start_nmi_watchdog() 221 pcr_ops->write_pcr(0, pcr_ops->pcr_nmi_enable); in start_nmi_watchdog() 229 pcr_ops->write_pcr(0, pcr_ops->pcr_nmi_disable); in nmi_adjust_hz_one() 230 pcr_ops->write_pic(0, pcr_ops->nmi_picl_value(nmi_hz)); in nmi_adjust_hz_one() 232 pcr_ops->write_pcr(0, pcr_ops->pcr_nmi_enable); in nmi_adjust_hz_one()
|
D | pcr.c | 52 const struct pcr_ops *pcr_ops; variable 53 EXPORT_SYMBOL_GPL(pcr_ops); 101 static const struct pcr_ops direct_pcr_ops = { 131 static const struct pcr_ops n2_pcr_ops = { 183 static const struct pcr_ops n4_pcr_ops = { 209 static const struct pcr_ops n5_pcr_ops = { 235 static const struct pcr_ops m7_pcr_ops = { 315 pcr_ops = &n2_pcr_ops; in setup_sun4v_pcr_ops() 319 pcr_ops = &n4_pcr_ops; in setup_sun4v_pcr_ops() 323 pcr_ops = &n5_pcr_ops; in setup_sun4v_pcr_ops() [all …]
|
D | perf_event.c | 184 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() 1044 pcr_ops->write_pcr(i, cpuc->pcr[i]); in sparc_pmu_enable() [all …]
|
D | process_64.c | 313 if (!pcr_ops) in __global_pmu_self() 324 pp->pcr[i] = pcr_ops->read_pcr(i); in __global_pmu_self() 325 pp->pic[i] = pcr_ops->read_pic(i); in __global_pmu_self()
|
/linux-6.1.9/arch/sparc/include/asm/ |
D | pcr.h | 5 struct pcr_ops { struct 14 extern const struct pcr_ops *pcr_ops; argument
|
/linux-6.1.9/drivers/misc/cardreader/ |
D | rtl8411.c | 284 static const struct pcr_ops rtl8411_pcr_ops = { 300 static const struct pcr_ops rtl8402_pcr_ops = { 316 static const struct pcr_ops rtl8411b_pcr_ops = {
|
D | rts5227.c | 313 static const struct pcr_ops rts5227_pcr_ops = { 511 static const struct pcr_ops rts522a_pcr_ops = {
|
D | rts5249.c | 516 static const struct pcr_ops rts5249_pcr_ops = { 739 static const struct pcr_ops rts524a_pcr_ops = { 859 static const struct pcr_ops rts525a_pcr_ops = {
|
D | rts5209.c | 180 static const struct pcr_ops rts5209_pcr_ops = {
|
D | rts5229.c | 162 static const struct pcr_ops rts5229_pcr_ops = {
|
D | rts5260.c | 598 static const struct pcr_ops rts5260_pcr_ops = {
|
D | rts5228.c | 570 static const struct pcr_ops rts5228_pcr_ops = {
|
D | rts5261.c | 650 static const struct pcr_ops rts5261_pcr_ops = {
|
/linux-6.1.9/include/linux/ |
D | rtsx_pci.h | 1085 struct pcr_ops { struct 1253 const struct pcr_ops *ops;
|