Searched refs:num_boxes (Results 1 – 5 of 5) sorted by relevance
/linux-4.4.14/arch/x86/kernel/cpu/ |
D | perf_event_intel_uncore_snbep.c | 599 .num_boxes = 1, 756 .num_boxes = 8, 866 .num_boxes = 1, 886 if (snbep_uncore_cbox.num_boxes > boot_cpu_data.x86_max_cores) in snbep_uncore_cpu_init() 887 snbep_uncore_cbox.num_boxes = boot_cpu_data.x86_max_cores; in snbep_uncore_cpu_init() 957 .num_boxes = 1, 965 .num_boxes = 4, 977 .num_boxes = 2, 993 .num_boxes = 1, 1002 .num_boxes = 2, [all …]
|
D | perf_event_intel_uncore_snb.c | 132 .num_boxes = 4, 150 .num_boxes = 1, 170 if (snb_uncore_cbox.num_boxes > boot_cpu_data.x86_max_cores) in snb_uncore_cpu_init() 171 snb_uncore_cbox.num_boxes = boot_cpu_data.x86_max_cores; in snb_uncore_cpu_init() 471 .num_boxes = 1, 674 .num_boxes = 1,
|
D | perf_event_intel_uncore_nhmex.c | 277 .num_boxes = 1, 309 .num_boxes = 10, 329 .num_boxes = 1, 420 .num_boxes = 2, 497 .num_boxes = 2, 923 .num_boxes = 2, 1186 .num_boxes = 2, 1217 if (nhmex_uncore_cbox.num_boxes > boot_cpu_data.x86_max_cores) in nhmex_uncore_cpu_init() 1218 nhmex_uncore_cbox.num_boxes = boot_cpu_data.x86_max_cores; in nhmex_uncore_cpu_init()
|
D | perf_event_intel_uncore.c | 752 if (pmu->type->num_boxes == 1) { in uncore_pmu_register() 770 for (i = 0; i < type->num_boxes; i++) in uncore_type_exit() 792 pmus = kzalloc(sizeof(*pmus) * type->num_boxes, GFP_KERNEL); in uncore_type_init() 802 for (i = 0; i < type->num_boxes; i++) { in uncore_type_init() 1041 for (j = 0; j < type->num_boxes; j++) { in uncore_cpu_dying() 1062 for (j = 0; j < type->num_boxes; j++) { in uncore_cpu_starting() 1103 for (j = 0; j < type->num_boxes; j++) { in uncore_cpu_prepare() 1130 for (j = 0; j < type->num_boxes; j++) { in uncore_change_context() 1312 for (j = 0; j < type->num_boxes; j++) { in uncore_pmus_register()
|
D | perf_event_intel_uncore.h | 35 int num_boxes; member
|