Searched refs:op_x86_model_spec (Results 1 – 5 of 5) sorted by relevance
36 struct op_x86_model_spec { struct44 void (*setup_ctrs)(struct op_x86_model_spec const *model, argument53 void (*switch_ctrl)(struct op_x86_model_spec const *model, argument80 extern u64 op_x86_get_ctrl(struct op_x86_model_spec const *model,85 extern struct op_x86_model_spec op_ppro_spec;86 extern struct op_x86_model_spec op_p4_spec;87 extern struct op_x86_model_spec op_p4_ht2_spec;88 extern struct op_x86_model_spec op_amd_spec;89 extern struct op_x86_model_spec op_arch_perfmon_spec;
76 static void ppro_setup_ctrs(struct op_x86_model_spec const *model, in ppro_setup_ctrs()210 struct op_x86_model_spec op_ppro_spec = {257 struct op_x86_model_spec op_arch_perfmon_spec = {
385 static void op_mux_switch_ctrl(struct op_x86_model_spec const *model, in op_mux_switch_ctrl()450 static void op_amd_setup_ctrs(struct op_x86_model_spec const *model, in op_amd_setup_ctrs()717 struct op_x86_model_spec op_amd_spec;738 struct op_x86_model_spec op_amd_spec = {
569 static void p4_setup_ctrs(struct op_x86_model_spec const *model, in p4_setup_ctrs()702 struct op_x86_model_spec op_p4_ht2_spec = {714 struct op_x86_model_spec op_p4_spec = {
30 static struct op_x86_model_spec *model;42 u64 op_x86_get_ctrl(struct op_x86_model_spec const *model, in op_x86_get_ctrl()625 struct op_x86_model_spec *spec = &op_ppro_spec; /* default */ in ppro_init()