skl_uncore_pci_driver  804 arch/x86/events/intel/uncore_snb.c static struct pci_driver skl_uncore_pci_driver = {
skl_uncore_pci_driver  828 arch/x86/events/intel/uncore_snb.c 	IMC_DEV(SKL_Y_IMC, &skl_uncore_pci_driver),  /* 6th Gen Core Y */
skl_uncore_pci_driver  829 arch/x86/events/intel/uncore_snb.c 	IMC_DEV(SKL_U_IMC, &skl_uncore_pci_driver),  /* 6th Gen Core U */
skl_uncore_pci_driver  830 arch/x86/events/intel/uncore_snb.c 	IMC_DEV(SKL_HD_IMC, &skl_uncore_pci_driver),  /* 6th Gen Core H Dual Core */
skl_uncore_pci_driver  831 arch/x86/events/intel/uncore_snb.c 	IMC_DEV(SKL_HQ_IMC, &skl_uncore_pci_driver),  /* 6th Gen Core H Quad Core */
skl_uncore_pci_driver  832 arch/x86/events/intel/uncore_snb.c 	IMC_DEV(SKL_SD_IMC, &skl_uncore_pci_driver),  /* 6th Gen Core S Dual Core */
skl_uncore_pci_driver  833 arch/x86/events/intel/uncore_snb.c 	IMC_DEV(SKL_SQ_IMC, &skl_uncore_pci_driver),  /* 6th Gen Core S Quad Core */
skl_uncore_pci_driver  834 arch/x86/events/intel/uncore_snb.c 	IMC_DEV(SKL_E3_IMC, &skl_uncore_pci_driver),  /* Xeon E3 V5 Gen Core processor */
skl_uncore_pci_driver  835 arch/x86/events/intel/uncore_snb.c 	IMC_DEV(KBL_Y_IMC, &skl_uncore_pci_driver),  /* 7th Gen Core Y */
skl_uncore_pci_driver  836 arch/x86/events/intel/uncore_snb.c 	IMC_DEV(KBL_U_IMC, &skl_uncore_pci_driver),  /* 7th Gen Core U */
skl_uncore_pci_driver  837 arch/x86/events/intel/uncore_snb.c 	IMC_DEV(KBL_UQ_IMC, &skl_uncore_pci_driver),  /* 7th Gen Core U Quad Core */
skl_uncore_pci_driver  838 arch/x86/events/intel/uncore_snb.c 	IMC_DEV(KBL_SD_IMC, &skl_uncore_pci_driver),  /* 7th Gen Core S Dual Core */
skl_uncore_pci_driver  839 arch/x86/events/intel/uncore_snb.c 	IMC_DEV(KBL_SQ_IMC, &skl_uncore_pci_driver),  /* 7th Gen Core S Quad Core */
skl_uncore_pci_driver  840 arch/x86/events/intel/uncore_snb.c 	IMC_DEV(KBL_HQ_IMC, &skl_uncore_pci_driver),  /* 7th Gen Core H Quad Core */
skl_uncore_pci_driver  841 arch/x86/events/intel/uncore_snb.c 	IMC_DEV(KBL_WQ_IMC, &skl_uncore_pci_driver),  /* 7th Gen Core S 4 cores Work Station */
skl_uncore_pci_driver  842 arch/x86/events/intel/uncore_snb.c 	IMC_DEV(CFL_2U_IMC, &skl_uncore_pci_driver),  /* 8th Gen Core U 2 Cores */
skl_uncore_pci_driver  843 arch/x86/events/intel/uncore_snb.c 	IMC_DEV(CFL_4U_IMC, &skl_uncore_pci_driver),  /* 8th Gen Core U 4 Cores */
skl_uncore_pci_driver  844 arch/x86/events/intel/uncore_snb.c 	IMC_DEV(CFL_4H_IMC, &skl_uncore_pci_driver),  /* 8th Gen Core H 4 Cores */
skl_uncore_pci_driver  845 arch/x86/events/intel/uncore_snb.c 	IMC_DEV(CFL_6H_IMC, &skl_uncore_pci_driver),  /* 8th Gen Core H 6 Cores */
skl_uncore_pci_driver  846 arch/x86/events/intel/uncore_snb.c 	IMC_DEV(CFL_2S_D_IMC, &skl_uncore_pci_driver),  /* 8th Gen Core S 2 Cores Desktop */
skl_uncore_pci_driver  847 arch/x86/events/intel/uncore_snb.c 	IMC_DEV(CFL_4S_D_IMC, &skl_uncore_pci_driver),  /* 8th Gen Core S 4 Cores Desktop */
skl_uncore_pci_driver  848 arch/x86/events/intel/uncore_snb.c 	IMC_DEV(CFL_6S_D_IMC, &skl_uncore_pci_driver),  /* 8th Gen Core S 6 Cores Desktop */
skl_uncore_pci_driver  849 arch/x86/events/intel/uncore_snb.c 	IMC_DEV(CFL_8S_D_IMC, &skl_uncore_pci_driver),  /* 8th Gen Core S 8 Cores Desktop */
skl_uncore_pci_driver  850 arch/x86/events/intel/uncore_snb.c 	IMC_DEV(CFL_4S_W_IMC, &skl_uncore_pci_driver),  /* 8th Gen Core S 4 Cores Work Station */
skl_uncore_pci_driver  851 arch/x86/events/intel/uncore_snb.c 	IMC_DEV(CFL_6S_W_IMC, &skl_uncore_pci_driver),  /* 8th Gen Core S 6 Cores Work Station */
skl_uncore_pci_driver  852 arch/x86/events/intel/uncore_snb.c 	IMC_DEV(CFL_8S_W_IMC, &skl_uncore_pci_driver),  /* 8th Gen Core S 8 Cores Work Station */
skl_uncore_pci_driver  853 arch/x86/events/intel/uncore_snb.c 	IMC_DEV(CFL_4S_S_IMC, &skl_uncore_pci_driver),  /* 8th Gen Core S 4 Cores Server */
skl_uncore_pci_driver  854 arch/x86/events/intel/uncore_snb.c 	IMC_DEV(CFL_6S_S_IMC, &skl_uncore_pci_driver),  /* 8th Gen Core S 6 Cores Server */
skl_uncore_pci_driver  855 arch/x86/events/intel/uncore_snb.c 	IMC_DEV(CFL_8S_S_IMC, &skl_uncore_pci_driver),  /* 8th Gen Core S 8 Cores Server */
skl_uncore_pci_driver  856 arch/x86/events/intel/uncore_snb.c 	IMC_DEV(AML_YD_IMC, &skl_uncore_pci_driver),	/* 8th Gen Core Y Mobile Dual Core */
skl_uncore_pci_driver  857 arch/x86/events/intel/uncore_snb.c 	IMC_DEV(AML_YQ_IMC, &skl_uncore_pci_driver),	/* 8th Gen Core Y Mobile Quad Core */
skl_uncore_pci_driver  858 arch/x86/events/intel/uncore_snb.c 	IMC_DEV(WHL_UQ_IMC, &skl_uncore_pci_driver),	/* 8th Gen Core U Mobile Quad Core */
skl_uncore_pci_driver  859 arch/x86/events/intel/uncore_snb.c 	IMC_DEV(WHL_4_UQ_IMC, &skl_uncore_pci_driver),	/* 8th Gen Core U Mobile Quad Core */
skl_uncore_pci_driver  860 arch/x86/events/intel/uncore_snb.c 	IMC_DEV(WHL_UD_IMC, &skl_uncore_pci_driver),	/* 8th Gen Core U Mobile Dual Core */