Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/events/intel/
H A Duncore_discovery.c600 intel_uncore_generic_init_uncores(enum uncore_access_type type_id, int num_extra) in intel_uncore_generic_init_uncores() function
637 uncore_msr_uncores = intel_uncore_generic_init_uncores(UNCORE_ACCESS_MSR, 0); in intel_uncore_generic_uncore_cpu_init()
642 uncore_pci_uncores = intel_uncore_generic_init_uncores(UNCORE_ACCESS_PCI, 0); in intel_uncore_generic_uncore_pci_init()
649 uncore_mmio_uncores = intel_uncore_generic_init_uncores(UNCORE_ACCESS_MMIO, 0); in intel_uncore_generic_uncore_mmio_init()
H A Duncore_discovery.h158 intel_uncore_generic_init_uncores(enum uncore_access_type type_id, int num_extra);
H A Duncore_snbep.c6428 start_types = types = intel_uncore_generic_init_uncores(type_id, num_extra); in uncore_get_uncores()