op_msrs           156 arch/x86/oprofile/nmi_int.c 	struct op_msrs *msrs = &per_cpu(cpu_msrs, cpu);
op_msrs           202 arch/x86/oprofile/nmi_int.c 	struct op_msrs *msrs = &per_cpu(cpu_msrs, cpu);
op_msrs           283 arch/x86/oprofile/nmi_int.c 	struct op_msrs *msrs = &__get_cpu_var(cpu_msrs);
op_msrs           299 arch/x86/oprofile/nmi_int.c 	struct op_msrs *msrs;
op_msrs           312 arch/x86/oprofile/nmi_int.c 	struct op_msrs const *msrs = &__get_cpu_var(cpu_msrs);
op_msrs           324 arch/x86/oprofile/nmi_int.c 	struct op_msrs const *msrs = &__get_cpu_var(cpu_msrs);
op_msrs            39 arch/x86/oprofile/op_x86_model.h 	void (*fill_in_addresses)(struct op_msrs * const msrs);
op_msrs            40 arch/x86/oprofile/op_x86_model.h 	void (*setup_ctrs)(struct op_msrs const * const msrs);
op_msrs            42 arch/x86/oprofile/op_x86_model.h 		struct op_msrs const * const msrs);
op_msrs            43 arch/x86/oprofile/op_x86_model.h 	void (*start)(struct op_msrs const * const msrs);
op_msrs            44 arch/x86/oprofile/op_x86_model.h 	void (*stop)(struct op_msrs const * const msrs);
op_msrs            45 arch/x86/oprofile/op_x86_model.h 	void (*shutdown)(struct op_msrs const * const msrs);