Home
last modified time | relevance | path

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

/linux/drivers/soc/samsung/
H A Dexynos-pmu.c38 static struct exynos_pmu_context *pmu_context; variable
176 if (!pmu_context || !pmu_context->pmu_data) in exynos_sys_powerdown_conf()
179 pmu_data = pmu_context->pmu_data; in exynos_sys_powerdown_conf()
340 pmu_context = devm_kzalloc(&pdev->dev, in exynos_pmu_probe()
343 if (!pmu_context) in exynos_pmu_probe()
350 pmu_context->pmu_data = of_device_get_match_data(dev); in exynos_pmu_probe()
353 if (pmu_context->pmu_data && pmu_context->pmu_data->pmu_secure) { in exynos_pmu_probe()
377 pmu_context->pmureg = regmap; in exynos_pmu_probe()
378 pmu_context->dev = dev; in exynos_pmu_probe()
380 if (pmu_context->pmu_data && pmu_context->pmu_data->pmu_init) in exynos_pmu_probe()
[all …]
/linux/arch/riscv/include/asm/
H A Dkvm_vcpu_pmu.h63 #define vcpu_to_pmu(vcpu) (&(vcpu)->arch.pmu_context)
64 #define pmu_to_vcpu(pmu) (container_of((pmu), struct kvm_vcpu, arch.pmu_context))