Searched refs:pmu_context (Results 1 – 3 of 3) sorted by relevance
39 static struct exynos_pmu_context *pmu_context; variable177 if (!pmu_context || !pmu_context->pmu_data) in exynos_sys_powerdown_conf()180 pmu_data = pmu_context->pmu_data; in exynos_sys_powerdown_conf()341 pmu_context = devm_kzalloc(&pdev->dev, in exynos_pmu_probe()344 if (!pmu_context) in exynos_pmu_probe()354 if (pmu_context->pmu_data && pmu_context->pmu_data->pmu_secure) { in exynos_pmu_probe()378 pmu_context->pmureg = regmap; in exynos_pmu_probe()379 pmu_context->dev = dev; in exynos_pmu_probe()381 if (pmu_context->pmu_data && pmu_context->pmu_data->pmu_init) in exynos_pmu_probe()382 pmu_context->pmu_data->pmu_init(); in exynos_pmu_probe()[all …]
63 #define vcpu_to_pmu(vcpu) (&(vcpu)->arch.pmu_context)64 #define pmu_to_vcpu(pmu) (container_of((pmu), struct kvm_vcpu, arch.pmu_context))
282 struct kvm_pmu pmu_context; member