Home
last modified time | relevance | path

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

/linux/drivers/perf/
H A Darm_smmuv3_pmu.c133 void __iomem *reloc_base; member
205 writeq(value, smmu_pmu->reloc_base + SMMU_PMCG_EVCNTR(idx, 8)); in smmu_pmu_counter_set_value()
207 writel(value, smmu_pmu->reloc_base + SMMU_PMCG_EVCNTR(idx, 4)); in smmu_pmu_counter_set_value()
215 value = readq(smmu_pmu->reloc_base + SMMU_PMCG_EVCNTR(idx, 8)); in smmu_pmu_counter_get_value()
217 value = readl(smmu_pmu->reloc_base + SMMU_PMCG_EVCNTR(idx, 4)); in smmu_pmu_counter_get_value()
695 ovsr = readq(smmu_pmu->reloc_base + SMMU_PMCG_OVSSET0); in smmu_pmu_handle_irq()
699 writeq(ovsr, smmu_pmu->reloc_base + SMMU_PMCG_OVSCLR0); in smmu_pmu_handle_irq()
790 smmu_pmu->reloc_base + SMMU_PMCG_OVSCLR0); in smmu_pmu_reset()
888 smmu_pmu->reloc_base = devm_platform_ioremap_resource(pdev, 1); in smmu_pmu_probe()
889 if (IS_ERR(smmu_pmu->reloc_base)) in smmu_pmu_probe()
[all …]
/linux/drivers/soc/qcom/
H A Dmdt_loader.c350 phys_addr_t *reloc_base) in qcom_mdt_load_no_init() argument
445 if (reloc_base) in qcom_mdt_load_no_init()
446 *reloc_base = mem_reloc; in qcom_mdt_load_no_init()
468 phys_addr_t *reloc_base) in qcom_mdt_load() argument
477 mem_size, reloc_base); in qcom_mdt_load()