Home
last modified time | relevance | path

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

/linux-6.3-rc2/arch/arm/mm/
A Dcache-l2x0-pmu.c21 static struct pmu *l2x0_pmu; variable
298 if (event->attr.type != l2x0_pmu->type) in l2x0_pmu_event_init()
445 if (!l2x0_pmu) in l2x0_pmu_suspend()
448 l2x0_pmu_disable(l2x0_pmu); in l2x0_pmu_suspend()
461 if (!l2x0_pmu) in l2x0_pmu_resume()
471 l2x0_pmu_enable(l2x0_pmu); in l2x0_pmu_resume()
510 l2x0_pmu = kzalloc(sizeof(*l2x0_pmu), GFP_KERNEL); in l2x0_pmu_init()
511 if (!l2x0_pmu) { in l2x0_pmu_init()
516 *l2x0_pmu = (struct pmu) { in l2x0_pmu_init()
561 kfree(l2x0_pmu); in l2x0_pmu_init()
[all …]

Completed in 6 milliseconds