op_msrs            31 arch/x86/oprofile/nmi_int.c static DEFINE_PER_CPU(struct op_msrs, cpu_msrs);
op_msrs            75 arch/x86/oprofile/nmi_int.c static void nmi_cpu_save_registers(struct op_msrs *msrs)
op_msrs            94 arch/x86/oprofile/nmi_int.c 	struct op_msrs const *msrs = this_cpu_ptr(&cpu_msrs);
op_msrs           114 arch/x86/oprofile/nmi_int.c 	struct op_msrs const *msrs = this_cpu_ptr(&cpu_msrs);
op_msrs           181 arch/x86/oprofile/nmi_int.c static void nmi_cpu_setup_mux(int cpu, struct op_msrs const * const msrs)
op_msrs           200 arch/x86/oprofile/nmi_int.c static void nmi_cpu_save_mpx_registers(struct op_msrs *msrs)
op_msrs           213 arch/x86/oprofile/nmi_int.c static void nmi_cpu_restore_mpx_registers(struct op_msrs *msrs)
op_msrs           230 arch/x86/oprofile/nmi_int.c 	struct op_msrs *msrs = &per_cpu(cpu_msrs, cpu);
op_msrs           297 arch/x86/oprofile/nmi_int.c nmi_cpu_setup_mux(int cpu, struct op_msrs const * const msrs) { }
op_msrs           345 arch/x86/oprofile/nmi_int.c 	struct op_msrs *msrs = &per_cpu(cpu_msrs, cpu);
op_msrs           356 arch/x86/oprofile/nmi_int.c static void nmi_cpu_restore_registers(struct op_msrs *msrs)
op_msrs           377 arch/x86/oprofile/nmi_int.c 	struct op_msrs *msrs = &per_cpu(cpu_msrs, cpu);
op_msrs           504 arch/x86/oprofile/nmi_int.c 	struct op_msrs *msrs;
op_msrs           133 arch/x86/oprofile/op_model_amd.c 		  struct op_msrs const * const msrs)
op_msrs           269 arch/x86/oprofile/op_model_amd.c 			       struct op_msrs const * const msrs)
op_msrs           290 arch/x86/oprofile/op_model_amd.c static void op_amd_shutdown(struct op_msrs const * const msrs)
op_msrs           302 arch/x86/oprofile/op_model_amd.c static int op_amd_fill_in_addresses(struct op_msrs * const msrs)
op_msrs           334 arch/x86/oprofile/op_model_amd.c 			      struct op_msrs const * const msrs)
op_msrs           382 arch/x86/oprofile/op_model_amd.c 			     struct op_msrs const * const msrs)
op_msrs           405 arch/x86/oprofile/op_model_amd.c static void op_amd_start(struct op_msrs const * const msrs)
op_msrs           421 arch/x86/oprofile/op_model_amd.c static void op_amd_stop(struct op_msrs const * const msrs)
op_msrs           388 arch/x86/oprofile/op_model_p4.c static void p4_shutdown(struct op_msrs const * const msrs)
op_msrs           407 arch/x86/oprofile/op_model_p4.c static int p4_fill_in_addresses(struct op_msrs * const msrs)
op_msrs           570 arch/x86/oprofile/op_model_p4.c 			  struct op_msrs const * const msrs)
op_msrs           616 arch/x86/oprofile/op_model_p4.c 			 struct op_msrs const * const msrs)
op_msrs           668 arch/x86/oprofile/op_model_p4.c static void p4_start(struct op_msrs const * const msrs)
op_msrs           685 arch/x86/oprofile/op_model_p4.c static void p4_stop(struct op_msrs const * const msrs)
op_msrs            33 arch/x86/oprofile/op_model_ppro.c static void ppro_shutdown(struct op_msrs const * const msrs)
op_msrs            45 arch/x86/oprofile/op_model_ppro.c static int ppro_fill_in_addresses(struct op_msrs * const msrs)
op_msrs            73 arch/x86/oprofile/op_model_ppro.c 			    struct op_msrs const * const msrs)
op_msrs           128 arch/x86/oprofile/op_model_ppro.c 			   struct op_msrs const * const msrs)
op_msrs           158 arch/x86/oprofile/op_model_ppro.c static void ppro_start(struct op_msrs const * const msrs)
op_msrs           173 arch/x86/oprofile/op_model_ppro.c static void ppro_stop(struct op_msrs const * const msrs)
op_msrs            43 arch/x86/oprofile/op_x86_model.h 	int		(*fill_in_addresses)(struct op_msrs * const msrs);
op_msrs            45 arch/x86/oprofile/op_x86_model.h 				      struct op_msrs const * const msrs);
op_msrs            47 arch/x86/oprofile/op_x86_model.h 				      struct op_msrs const * const msrs);
op_msrs            48 arch/x86/oprofile/op_x86_model.h 	void		(*start)(struct op_msrs const * const msrs);
op_msrs            49 arch/x86/oprofile/op_x86_model.h 	void		(*stop)(struct op_msrs const * const msrs);
op_msrs            50 arch/x86/oprofile/op_x86_model.h 	void		(*shutdown)(struct op_msrs const * const msrs);
op_msrs            53 arch/x86/oprofile/op_x86_model.h 				       struct op_msrs const * const msrs);