Home
last modified time | relevance | path

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

/linux/include/linux/soc/qcom/
H A Dmdt_loader.h21 phys_addr_t *reloc_base);
24 const char *firmware, void *mem_region, phys_addr_t *reloc_base);
29 phys_addr_t *reloc_base);
43 size_t mem_size, phys_addr_t *reloc_base) in qcom_mdt_load() argument
50 void *mem_region, phys_addr_t *reloc_base) in qcom_mdt_pas_load() argument
59 phys_addr_t *reloc_base) in qcom_mdt_load_no_init() argument
/linux/drivers/soc/qcom/
H A Dmdt_loader.c338 phys_addr_t *reloc_base) in qcom_mdt_load_no_init() argument
433 if (reloc_base) in qcom_mdt_load_no_init()
434 *reloc_base = mem_reloc; in qcom_mdt_load_no_init()
456 phys_addr_t *reloc_base) in qcom_mdt_load() argument
465 mem_size, reloc_base); in qcom_mdt_load()
487 const char *firmware, void *mem_region, phys_addr_t *reloc_base) in qcom_mdt_pas_load() argument
496 ctx->mem_size, reloc_base); in qcom_mdt_pas_load()
/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 …]