Home
last modified time | relevance | path

Searched refs:exit_box (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/kernel/arch/x86/events/intel/
H A Duncore.h97 void (*exit_box)(struct intel_uncore_box *); member
513 if (box->pmu->type->ops->exit_box) in uncore_box_exit()
514 box->pmu->type->ops->exit_box(box); in uncore_box_exit()
H A Duncore_snb.c198 .exit_box = snb_uncore_msr_exit_box,
282 .exit_box = skl_uncore_msr_exit_box,
689 .exit_box = uncore_mmio_exit_box,
1294 .exit_box = uncore_mmio_exit_box,
H A Duncore_snbep.c4753 .exit_box = uncore_mmio_exit_box,
4817 .exit_box = uncore_mmio_exit_box,
5226 .exit_box = uncore_mmio_exit_box,
5296 .exit_box = uncore_mmio_exit_box,
H A Duncore_nhmex.c259 .exit_box = nhmex_uncore_msr_exit_box, \