Home
last modified time | relevance | path

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

/linux-6.15/arch/x86/events/intel/
H A Duncore_snbep.c4033 .cleanup_mapping = skx_iio_cleanup_mapping,
4415 .cleanup_mapping = skx_upi_cleanup_mapping,
4811 .cleanup_mapping = snr_iio_cleanup_mapping,
5429 .cleanup_mapping = icx_iio_cleanup_mapping,
5657 .cleanup_mapping = icx_upi_cleanup_mapping,
6251 .cleanup_mapping = spr_upi_cleanup_mapping,
6409 if (from_type->cleanup_mapping) in uncore_type_customized_copy()
6410 to_type->cleanup_mapping = from_type->cleanup_mapping; in uncore_type_customized_copy()
H A Duncore.h99 void (*cleanup_mapping)(struct intel_uncore_type *type); member
H A Duncore.c969 if (type->cleanup_mapping) in uncore_type_exit()
970 type->cleanup_mapping(type); in uncore_type_exit()