Searched defs:arm_spe_pmu (Results 1 – 1 of 1) sorted by relevance
70 struct arm_spe_pmu { struct71 struct pmu pmu;72 struct platform_device *pdev;73 cpumask_t supported_cpus;97 #define to_spe_pmu(p) (container_of(p, struct arm_spe_pmu, pmu)) argument