intel_uncore_generic_init_uncores
uncore_msr_uncores = intel_uncore_generic_init_uncores(UNCORE_ACCESS_MSR, 0);
uncore_pci_uncores = intel_uncore_generic_init_uncores(UNCORE_ACCESS_PCI, 0);
uncore_mmio_uncores = intel_uncore_generic_init_uncores(UNCORE_ACCESS_MMIO, 0);
intel_uncore_generic_init_uncores(enum uncore_access_type type_id, int num_extra);
start_types = types = intel_uncore_generic_init_uncores(type_id, num_extra);