Home
last modified time | relevance | path

Searched refs:empty_uncore (Results 1 – 3 of 3) sorted by relevance

/linux-6.12.1/arch/x86/events/intel/
Duncore.c13 struct intel_uncore_type *empty_uncore[] = { NULL, }; variable
14 struct intel_uncore_type **uncore_msr_uncores = empty_uncore;
15 struct intel_uncore_type **uncore_pci_uncores = empty_uncore;
16 struct intel_uncore_type **uncore_mmio_uncores = empty_uncore;
1439 uncore_pci_uncores = empty_uncore; in uncore_pci_init()
1691 uncore_msr_uncores = empty_uncore; in uncore_cpu_init()
1712 uncore_mmio_uncores = empty_uncore; in uncore_mmio_init()
Duncore.h589 extern struct intel_uncore_type *empty_uncore[];
Duncore_discovery.c706 return empty_uncore; in intel_uncore_generic_init_uncores()