op_x86_model_spec   30 arch/x86/oprofile/nmi_int.c static struct op_x86_model_spec *model;
op_x86_model_spec   42 arch/x86/oprofile/nmi_int.c u64 op_x86_get_ctrl(struct op_x86_model_spec const *model,
op_x86_model_spec  614 arch/x86/oprofile/nmi_int.c 	struct op_x86_model_spec *spec = &op_ppro_spec;	/* default */
op_x86_model_spec  268 arch/x86/oprofile/op_model_amd.c static void op_mux_switch_ctrl(struct op_x86_model_spec const *model,
op_x86_model_spec  333 arch/x86/oprofile/op_model_amd.c static void op_amd_setup_ctrs(struct op_x86_model_spec const *model,
op_x86_model_spec  507 arch/x86/oprofile/op_model_amd.c struct op_x86_model_spec op_amd_spec;
op_x86_model_spec  528 arch/x86/oprofile/op_model_amd.c struct op_x86_model_spec op_amd_spec = {
op_x86_model_spec  569 arch/x86/oprofile/op_model_p4.c static void p4_setup_ctrs(struct op_x86_model_spec const *model,
op_x86_model_spec  702 arch/x86/oprofile/op_model_p4.c struct op_x86_model_spec op_p4_ht2_spec = {
op_x86_model_spec  714 arch/x86/oprofile/op_model_p4.c struct op_x86_model_spec op_p4_spec = {
op_x86_model_spec   72 arch/x86/oprofile/op_model_ppro.c static void ppro_setup_ctrs(struct op_x86_model_spec const *model,
op_x86_model_spec  187 arch/x86/oprofile/op_model_ppro.c struct op_x86_model_spec op_ppro_spec = {
op_x86_model_spec  234 arch/x86/oprofile/op_model_ppro.c struct op_x86_model_spec op_arch_perfmon_spec = {
op_x86_model_spec   44 arch/x86/oprofile/op_x86_model.h 	void		(*setup_ctrs)(struct op_x86_model_spec const *model,
op_x86_model_spec   52 arch/x86/oprofile/op_x86_model.h 	void		(*switch_ctrl)(struct op_x86_model_spec const *model,
op_x86_model_spec   79 arch/x86/oprofile/op_x86_model.h extern u64 op_x86_get_ctrl(struct op_x86_model_spec const *model,
op_x86_model_spec   84 arch/x86/oprofile/op_x86_model.h extern struct op_x86_model_spec op_ppro_spec;
op_x86_model_spec   85 arch/x86/oprofile/op_x86_model.h extern struct op_x86_model_spec op_p4_spec;
op_x86_model_spec   86 arch/x86/oprofile/op_x86_model.h extern struct op_x86_model_spec op_p4_ht2_spec;
op_x86_model_spec   87 arch/x86/oprofile/op_x86_model.h extern struct op_x86_model_spec op_amd_spec;
op_x86_model_spec   88 arch/x86/oprofile/op_x86_model.h extern struct op_x86_model_spec op_arch_perfmon_spec;