Searched refs:op_msrs (Results 1 – 5 of 5) sorted by relevance
19 struct op_msrs { struct32 void (*fill_in_addresses)(struct op_msrs * const msrs); argument33 void (*setup_ctrs)(struct op_msrs const * const msrs);35 struct op_msrs const * const msrs,37 void (*start)(struct op_msrs const * const msrs);38 void (*stop)(struct op_msrs const * const msrs);
35 static struct op_msrs cpu_msrs[NR_CPUS];100 static void nmi_cpu_save_registers(struct op_msrs *msrs) in nmi_cpu_save_registers()121 struct op_msrs * msrs = &cpu_msrs[cpu]; in nmi_save_registers()169 struct op_msrs * msrs = &cpu_msrs[cpu]; in nmi_cpu_setup()214 static void nmi_restore_registers(struct op_msrs * msrs) in nmi_restore_registers()235 struct op_msrs * msrs = &cpu_msrs[cpu]; in nmi_cpu_shutdown()251 struct op_msrs const * msrs = &cpu_msrs[cpu]; in nmi_cpu_start()269 struct op_msrs const * msrs = &cpu_msrs[cpu]; in nmi_cpu_stop()
66 static void ppro_fill_in_addresses(struct op_msrs * const msrs) in ppro_fill_in_addresses()77 static void ppro_setup_ctrs(struct op_msrs const * const msrs) in ppro_setup_ctrs()132 struct op_msrs const * const msrs, in ppro_check_ctrs()173 static void ppro_start(struct op_msrs const * const msrs) in ppro_start()193 static void ppro_stop(struct op_msrs const * const msrs) in ppro_stop()
167 static void athlon_fill_in_addresses(struct op_msrs * const msrs) in athlon_fill_in_addresses()180 static void fam15h_fill_in_addresses(struct op_msrs * const msrs) in fam15h_fill_in_addresses()197 static void athlon_setup_ctrs(struct op_msrs const * const msrs) in athlon_setup_ctrs()312 struct op_msrs const * const msrs, in athlon_check_ctrs()389 static void athlon_start(struct op_msrs const * const msrs) in athlon_start()418 static void athlon_stop(struct op_msrs const * const msrs) in athlon_stop()
393 static void p4_fill_in_addresses(struct op_msrs * const msrs) in p4_fill_in_addresses()533 static void p4_setup_ctrs(struct op_msrs const * const msrs) in p4_setup_ctrs()613 struct op_msrs const * const msrs, in p4_check_ctrs()668 static void p4_start(struct op_msrs const * const msrs) in p4_start()686 static void p4_stop(struct op_msrs const * const msrs) in p4_stop()
Completed in 11 milliseconds