Lines Matching +full:sw +full:- +full:exception
1 // SPDX-License-Identifier: GPL-2.0
5 * Antoine Ténart <antoine.tenart@free-electrons.com>
20 * There are two reset registers, one with self-clearing (SC)
21 * reset and one with non-self-clearing reset (NON_SC).
47 return -EFAULT; in berlin_boot_secondary()
51 * exception vector. in berlin_boot_secondary()
64 np = of_find_compatible_node(NULL, NULL, "arm,cortex-a9-scu"); in berlin_smp_prepare_cpus()
70 np = of_find_compatible_node(NULL, NULL, "marvell,berlin-cpu-ctrl"); in berlin_smp_prepare_cpus()
84 * in the reset exception vector. in berlin_smp_prepare_cpus()
89 * Write the secondary startup address into the SW reset address in berlin_smp_prepare_cpus()
127 CPU_METHOD_OF_DECLARE(berlin_smp, "marvell,berlin-smp", &berlin_smp_ops);