Home
last modified time | relevance | path

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

/linux-4.4.14/arch/arm/mach-sti/
Dplatsmp.c104 u32 release_phys; in sti_smp_prepare_cpus() local
127 &release_phys)) { in sti_smp_prepare_cpus()
138 if (!memblock_is_memory(release_phys)) in sti_smp_prepare_cpus()
140 ioremap(release_phys, sizeof(release_phys)); in sti_smp_prepare_cpus()
143 (u32 __iomem *)phys_to_virt(release_phys); in sti_smp_prepare_cpus()
154 if (!memblock_is_memory(release_phys)) in sti_smp_prepare_cpus()
/linux-4.4.14/arch/arm/mach-axxia/
Dplatsmp.c25 static void write_release_addr(u32 release_phys) in write_release_addr() argument
27 u32 *virt = (u32 *) phys_to_virt(release_phys); in write_release_addr()
67 u32 release_phys; in axxia_smp_prepare_cpus() local
72 if (of_property_read_u32(np, "cpu-release-addr", &release_phys)) in axxia_smp_prepare_cpus()
80 if (release_phys != 0) in axxia_smp_prepare_cpus()
81 write_release_addr(release_phys); in axxia_smp_prepare_cpus()