Home
last modified time | relevance | path

Searched refs:uncore_mmio_uncores (Results 1 – 2 of 2) sorted by relevance

/linux/arch/x86/events/intel/
H A Duncore.c16 struct intel_uncore_type **uncore_mmio_uncores = empty_uncore; variable
1544 uncore_change_context(uncore_mmio_uncores, cpu, target); in uncore_event_cpu_offline()
1551 uncore_box_unref(uncore_mmio_uncores, die); in uncore_event_cpu_offline()
1624 mmio_ret = uncore_box_ref(uncore_mmio_uncores, die, cpu); in uncore_event_cpu_online()
1641 uncore_change_context(uncore_mmio_uncores, -1, cpu); in uncore_event_cpu_online()
1691 struct intel_uncore_type **types = uncore_mmio_uncores; in uncore_mmio_init()
1705 uncore_types_exit(uncore_mmio_uncores); in uncore_mmio_init()
1706 uncore_mmio_uncores = empty_uncore; in uncore_mmio_init()
1971 uncore_types_exit(uncore_mmio_uncores); in intel_uncore_init()
1983 uncore_types_exit(uncore_mmio_uncores); in intel_uncore_exit()
H A Duncore_discovery.c744 uncore_mmio_uncores = intel_uncore_generic_init_uncores(UNCORE_ACCESS_MMIO, 0); in intel_uncore_generic_uncore_mmio_init()