Searched refs:lmodel (Results 1 - 2 of 2) sorted by relevance

/linux-4.1.27/arch/mips/oprofile/
H A Dcommon.c77 struct op_mips_model *lmodel = NULL; oprofile_arch_init() local
103 lmodel = &op_model_mipsxx_ops; oprofile_arch_init()
107 lmodel = &op_model_loongson2_ops; oprofile_arch_init()
110 lmodel = &op_model_loongson3_ops; oprofile_arch_init()
120 if (!lmodel) oprofile_arch_init()
123 res = lmodel->init(); oprofile_arch_init()
127 model = lmodel; oprofile_arch_init()
134 ops->cpu_type = lmodel->cpu_type; oprofile_arch_init()
137 lmodel->cpu_type); oprofile_arch_init()
/linux-4.1.27/arch/alpha/oprofile/
H A Dcommon.c144 struct op_axp_model *lmodel = NULL; oprofile_arch_init() local
148 lmodel = &op_model_ev4; oprofile_arch_init()
154 lmodel = &op_model_pca56; oprofile_arch_init()
156 lmodel = &op_model_ev5; oprofile_arch_init()
162 lmodel = &op_model_ev67; oprofile_arch_init()
164 lmodel = &op_model_ev6; oprofile_arch_init()
168 if (!lmodel) oprofile_arch_init()
170 model = lmodel; oprofile_arch_init()
177 ops->cpu_type = lmodel->cpu_type; oprofile_arch_init()
180 lmodel->cpu_type); oprofile_arch_init()

Completed in 116 milliseconds