Home
last modified time | relevance | path

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

/linux-6.3-rc2/arch/arm/mach-sti/
A Dplatsmp.c53 u32 release_phys; in sti_smp_prepare_cpus() local
75 &release_phys)) { in sti_smp_prepare_cpus()
86 if (!memblock_is_memory(release_phys)) in sti_smp_prepare_cpus()
88 ioremap(release_phys, sizeof(release_phys)); in sti_smp_prepare_cpus()
91 (u32 __iomem *)phys_to_virt(release_phys); in sti_smp_prepare_cpus()
/linux-6.3-rc2/arch/arm/mach-axxia/
A Dplatsmp.c22 static void write_release_addr(u32 release_phys) in write_release_addr() argument
24 u32 *virt = (u32 *) phys_to_virt(release_phys); in write_release_addr()
65 u32 release_phys; in axxia_smp_prepare_cpus() local
70 if (of_property_read_u32(np, "cpu-release-addr", &release_phys)) in axxia_smp_prepare_cpus()
78 if (release_phys != 0) in axxia_smp_prepare_cpus()
79 write_release_addr(release_phys); in axxia_smp_prepare_cpus()

Completed in 5 milliseconds