op_msr             77 arch/x86/oprofile/nmi_int.c 	struct op_msr *counters = msrs->counters;
op_msr             78 arch/x86/oprofile/nmi_int.c 	struct op_msr *controls = msrs->controls;
op_msr            165 arch/x86/oprofile/nmi_int.c 		sizeof(struct op_msr) * model->num_virt_counters;
op_msr            184 arch/x86/oprofile/nmi_int.c 	struct op_msr *multiplex = msrs->multiplex;
op_msr            202 arch/x86/oprofile/nmi_int.c 	struct op_msr *counters = msrs->counters;
op_msr            203 arch/x86/oprofile/nmi_int.c 	struct op_msr *multiplex = msrs->multiplex;
op_msr            215 arch/x86/oprofile/nmi_int.c 	struct op_msr *counters = msrs->counters;
op_msr            216 arch/x86/oprofile/nmi_int.c 	struct op_msr *multiplex = msrs->multiplex;
op_msr            287 arch/x86/oprofile/nmi_int.c 	       sizeof(struct op_msr) * model->num_virt_counters);
op_msr            317 arch/x86/oprofile/nmi_int.c 	size_t controls_size = sizeof(struct op_msr) * model->num_controls;
op_msr            318 arch/x86/oprofile/nmi_int.c 	size_t counters_size = sizeof(struct op_msr) * model->num_counters;
op_msr            358 arch/x86/oprofile/nmi_int.c 	struct op_msr *counters = msrs->counters;
op_msr            359 arch/x86/oprofile/nmi_int.c 	struct op_msr *controls = msrs->controls;
op_msr            468 arch/x86/oprofile/nmi_int.c 		       sizeof(struct op_msr) * model->num_counters);
op_msr            472 arch/x86/oprofile/nmi_int.c 		       sizeof(struct op_msr) * model->num_controls);
op_msr             24 arch/x86/oprofile/op_x86_model.h 	struct op_msr *counters;
op_msr             25 arch/x86/oprofile/op_x86_model.h 	struct op_msr *controls;
op_msr             26 arch/x86/oprofile/op_x86_model.h 	struct op_msr *multiplex;